Home
last modified time | relevance | path

Searched refs:sgr_mode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/less/
H A Doutput.c43 extern int sgr_mode;
192 if (!sgr_mode && sgr->fg == C_DEFAULT && sgr->bg == C_DEFAULT) in win_flush()
255 || (vt_enabled && sgr_mode) in win_flush()
H A Doptfunc.c94 extern int sgr_mode;
622 sgr_mode = !sgr_mode; in opt_D()
677 p.p_string = (sgr_mode) ? "on" : "off"; in set_tabs()
H A Dscreen.c184 public int sgr_mode; /* Honor ANSI sequences rather than using above */
191 public int sgr_mode; /* Honor ANSI sequences rather than using above */ global() variable