Searched refs:last_color_pair (Results 1 – 2 of 2) sorted by relevance
253 static int last_color_pair = -1; variable302 if (last_color_pair != -1) in tui_apply_style()303 wattroff (w, COLOR_PAIR (last_color_pair)); in tui_apply_style()324 if (last_color_pair != -1) in tui_apply_style()325 wattroff (w, COLOR_PAIR (last_color_pair)); in tui_apply_style()327 last_color_pair = pair; in tui_apply_style()870 last_color_pair = -1; in tui_setup_io()
71 (color_pair_map, last_color_pair, last_style): New globals.