Home
last modified time | relevance | path

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

/scripts/kconfig/lxdialog/
Dutil.c20 dlg.screen.atr = A_NORMAL; in set_mono_theme()
60 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme()
93 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
180 init_one_color(&dlg.screen); in init_dialog_colors()
249 attr_clear(stdscr, lines, columns, dlg.screen.atr); in dialog_clear()
255 wattrset(stdscr, dlg.screen.atr); in dialog_clear()
Ddialog.h98 struct dialog_color screen; member