Home
last modified time | relevance | path

Searched refs:last_color_pair (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/tui/
Dtui-io.c253 static int last_color_pair = -1; variable
302 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()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-201871 (color_pair_map, last_color_pair, last_style): New globals.