Home
last modified time | relevance | path

Searched refs:VCR_ALERT_STATUS (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dbottom_status_source.hh87 status_field bss_error{1024, view_colors::VCR_ALERT_STATUS};
88 status_field bss_line_error{1024, view_colors::VCR_ALERT_STATUS};
H A Dfilter_status_source.cc88 this->tss_error.set_role(view_colors::VCR_ALERT_STATUS); in filter_status_source()
134 .set_role(view_colors::VCR_ALERT_STATUS); in statusview_fields()
224 view_colors::VCR_ALERT_STATUS); in update_filtered()
H A Dstatusview_curses.cc126 if (sa.sa_value.sav_int == view_colors::VCR_ALERT_STATUS) { in do_update()
167 if (default_role == view_colors::VCR_ALERT_STATUS) { in do_update()
H A Dfilter_status_source.hh78 status_field fss_error{1024, view_colors::VCR_ALERT_STATUS};
H A Dview_curses.hh203 VCR_ALERT_STATUS, /*< Alert status line text. */ enumerator
H A Dview_curses.cc750 this->vc_role_colors[VCR_ALERT_STATUS] = this->to_attrs(color_pair_base, in init_roles()