Lines Matching full:true
73 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme()
74 DLG_COLOR(shadow, COLOR_BLACK, COLOR_BLACK, true); in set_classic_theme()
76 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
77 DLG_COLOR(border, COLOR_WHITE, COLOR_WHITE, true); in set_classic_theme()
78 DLG_COLOR(button_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
80 DLG_COLOR(button_key_active, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
82 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
83 DLG_COLOR(button_label_inactive, COLOR_BLACK, COLOR_WHITE, true); in set_classic_theme()
87 DLG_COLOR(searchbox_title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
88 DLG_COLOR(searchbox_border, COLOR_WHITE, COLOR_WHITE, true); in set_classic_theme()
89 DLG_COLOR(position_indicator, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
91 DLG_COLOR(menubox_border, COLOR_WHITE, COLOR_WHITE, true); in set_classic_theme()
93 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
94 DLG_COLOR(tag, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
95 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
96 DLG_COLOR(tag_key, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme()
97 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme()
99 DLG_COLOR(check_selected, COLOR_WHITE, COLOR_BLUE, true); in set_classic_theme()
100 DLG_COLOR(uarrow, COLOR_GREEN, COLOR_WHITE, true); in set_classic_theme()
101 DLG_COLOR(darrow, COLOR_GREEN, COLOR_WHITE, true); in set_classic_theme()
106 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme()
110 DLG_COLOR(border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme()
114 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
117 DLG_COLOR(button_label_inactive, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme()
123 DLG_COLOR(searchbox_title, COLOR_YELLOW, COLOR_BLACK, true); in set_blackbg_theme()
124 DLG_COLOR(searchbox_border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme()
129 DLG_COLOR(menubox_border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme()
135 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
137 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
140 DLG_COLOR(check_selected, COLOR_YELLOW, COLOR_RED, true); in set_blackbg_theme()
149 DLG_COLOR(title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme()
150 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_BLUE, true); in set_bluetitle_theme()
151 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_BLUE, true); in set_bluetitle_theme()
152 DLG_COLOR(searchbox_title, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme()
153 DLG_COLOR(position_indicator, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme()
154 DLG_COLOR(tag, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme()
155 DLG_COLOR(tag_key, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme()
333 keypad(stdscr, TRUE); in init_dialog()
566 nodelay(win, TRUE); in on_key_esc()
574 keypad(win, TRUE); in on_key_esc()