Lines Matching refs:screen_attr
45 static int screen_attr = 0; variable
411 screen_attr = HL_ALL + 1; in reset_screen_attr()
415 screen_attr = HL_BOLD | HL_UNDERLINE | HL_INVERSE | HL_STRIKETHROUGH; in reset_screen_attr()
578 screen_attr = ScreenAttrs[off_to - 1]; in screen_line()
583 screen_attr = 0; // highlighting has stopped in screen_line()
691 screen_attr = 0; in screen_line()
693 else if (screen_attr != 0) in screen_line()
1786 screen_attr = attr; in screen_start_highlight()
1937 if (screen_attr != 0 in screen_stop_highlight()
1949 sprintf(buf, IF_EB("\033|%dH", ESC_STR "|%dH"), screen_attr); in screen_stop_highlight()
1955 if (screen_attr > HL_ALL) // special HL attr. in screen_stop_highlight()
1964 aep = syn_cterm_attr2entry(screen_attr); in screen_stop_highlight()
2008 aep = syn_term_attr2entry(screen_attr); in screen_stop_highlight()
2018 screen_attr = 0; in screen_stop_highlight()
2020 screen_attr = aep->ae_attr; in screen_stop_highlight()
2027 if (screen_attr & HL_STANDOUT) in screen_stop_highlight()
2034 if ((screen_attr & HL_UNDERCURL) && *T_UCE != NUL) in screen_stop_highlight()
2041 if ((screen_attr & HL_UNDERLINE) in screen_stop_highlight()
2042 || ((screen_attr & HL_UNDERCURL) && *T_UCE == NUL)) in screen_stop_highlight()
2049 if (screen_attr & HL_ITALIC) in screen_stop_highlight()
2056 if (screen_attr & HL_STRIKETHROUGH) in screen_stop_highlight()
2063 if (do_ME || (screen_attr & (HL_BOLD | HL_INVERSE))) in screen_stop_highlight()
2094 screen_attr = 0; in screen_stop_highlight()
2116 screen_attr = -1; in reset_cterm_colors()
2121 screen_attr = -1; in reset_cterm_colors()
2175 if (screen_attr != attr) in screen_char()
2180 if (screen_attr != attr) in screen_char()
2953 screen_attr = -1; // force setting the Normal colors in screenclear2()
3134 if (screen_attr && *T_MS == NUL) in windgoto()
3160 attr = screen_attr; in windgoto()
3311 if (ScreenAttrs[off] != screen_attr) in windgoto()
4033 if (screen_attr != clear_attr) in screen_del_lines()