Searched refs:sgr_mode (Results 1 – 3 of 3) sorted by relevance
43 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()
94 extern int sgr_mode;622 sgr_mode = !sgr_mode; in opt_D() 677 p.p_string = (sgr_mode) ? "on" : "off"; in set_tabs()
184 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