Searched refs:screen (Results 1 – 2 of 2) sorted by relevance
/scripts/kconfig/lxdialog/ |
A D | util.c | 47 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme() 76 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme() 157 init_one_color(&dlg.screen); in init_dialog_colors() 222 attr_clear(stdscr, lines, columns, dlg.screen.atr); in dialog_clear() 228 wattrset(stdscr, dlg.screen.atr); in dialog_clear()
|
A D | dialog.h | 82 struct dialog_color screen; member
|
Completed in 4 milliseconds