Home
last modified time | relevance | path

Searched refs:tag_selected (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/scripts/kconfig/lxdialog/
Dutil.c55 dlg.tag_selected.atr = A_REVERSE; in set_mono_theme()
95 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
135 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
215 init_one_color(&dlg.tag_selected); in init_dialog_colors()
Ddialog.h133 struct dialog_color tag_selected; member
Dchecklist.c51 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item()