Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/less/
Doptfunc.c81 extern int sgr_mode;
630 sgr_mode = !sgr_mode;
684 p.p_string = (sgr_mode) ? "on" : "off";
Doutput.c42 extern int sgr_mode;
90 if (ctldisp != OPT_ONPLUS || (vt_enabled && sgr_mode)) in win_flush()
292 if (sgr_mode || (at & 32)) in win_flush()
Dscreen.c179 public int sgr_mode; /* Honor ANSI sequences rather than using above */ variable
1142 sgr_mode = 0; in get_term()