Home
last modified time | relevance | path

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

/scripts/kconfig/
Dnconf.h41 extern int attr_main_menu_heading;
Dnconf.gui.c17 int attr_main_menu_heading; variable
53 COLOR_ATTR(attr_main_menu_heading, COLOR_GREEN, COLOR_DEFAULT, A_BOLD),
77 NO_COLOR_ATTR(attr_main_menu_heading, A_BOLD),
Dnconf.c949 wattrset(main_window, attr_main_menu_heading); in show_menu()