1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2008 Nir Tzachar <nir.tzachar@gmail.com>
5 * Derived from menuconfig.
18 static const char nconf_global_help[] =
21 "o Global help: Unless in a data entry window, pressing <F1> will give \n"
22 " you the global help window, which you are just reading.\n"
24 "o A short version of the global help is available by pressing <F3>.\n"
26 "o Local help: To get help related to the current menu entry, use any\n"
27 " of <?> <h>, or if in a data entry window then press <F1>.\n"
32 "This interface lets you select features and parameters for the kernel\n"
33 "build. Kernel features can either be built-in, modularized, or removed.\n"
34 "Parameters must be entered as text or decimal or hexadecimal numbers.\n"
36 "Menu entries beginning with following braces represent features that\n"
37 " [ ] can be built in or removed\n"
38 " < > can be built in, modularized or removed\n"
39 " { } can be built in or modularized, are selected by another feature\n"
40 " - - are selected by another feature\n"
41 " XXX cannot be selected. Symbol Info <F2> tells you why.\n"
42 "*, M or whitespace inside braces means to build in, build as a module\n"
43 "or to exclude the feature respectively.\n"
45 "To change any of these features, highlight it with the movement keys\n"
46 "listed below and press <y> to build it in, <m> to make it a module or\n"
47 "<n> to remove it. You may press the <Space> key to cycle through the\n"
48 "available options.\n"
50 "A trailing \"--->\" designates a submenu, a trailing \"----\" an\n"
53 "Menu navigation keys\n"
54 "----------------------------------------------------------------------\n"
55 "Linewise up <Up> <k>\n"
56 "Linewise down <Down> <j>\n"
57 "Pagewise up <Page Up>\n"
58 "Pagewise down <Page Down>\n"
59 "First entry <Home>\n"
61 "Enter a submenu <Right> <Enter>\n"
62 "Go back to parent menu <Left> <Esc> <F5>\n"
63 "Close a help window <Enter> <Esc> <F5>\n"
64 "Close entry window, apply <Enter>\n"
65 "Close entry window, forget <Esc> <F5>\n"
66 "Start incremental, case-insensitive search for STRING in menu entries,\n"
67 " no regex support, STRING is displayed in upper left corner\n"
69 " Remove last character <Backspace>\n"
70 " Jump to next hit <Down>\n"
71 " Jump to previous hit <Up>\n"
72 "Exit menu search mode </> <Esc>\n"
73 "Search for configuration variables with or without leading CONFIG_\n"
74 " <F8>RegExpr<Enter>\n"
75 "Verbose search help <F8><F1>\n"
76 "----------------------------------------------------------------------\n"
78 "Unless in a data entry window, key <1> may be used instead of <F1>,\n"
79 "<2> instead of <F2>, etc.\n"
82 "Radiolist (Choice list)\n"
83 "-----------------------\n"
84 "Use the movement keys listed above to select the option you wish to set\n"
85 "and press <Space>.\n"
90 "Enter the requested information and press <Enter>. Hexadecimal values\n"
91 "may be entered without the \"0x\" prefix.\n"
94 "Text Box (Help Window)\n"
95 "----------------------\n"
96 "Use movement keys as listed in table above.\n"
98 "Press any of <Enter> <Esc> <q> <F5> <F9> to exit.\n"
101 "Alternate configuration files\n"
102 "-----------------------------\n"
103 "nconfig supports switching between different configurations.\n"
104 "Press <F6> to save your current configuration. Press <F7> and enter\n"
105 "a file name to load a previously saved configuration.\n"
108 "Terminal configuration\n"
109 "----------------------\n"
110 "If you use nconfig in a xterm window, make sure your TERM environment\n"
111 "variable specifies a terminal configuration which supports at least\n"
112 "16 colors. Otherwise nconfig will look rather bad.\n"
114 "If the \"stty size\" command reports the current terminalsize correctly,\n"
115 "nconfig will adapt to sizes larger than the traditional 80x25 \"standard\"\n"
116 "and display longer menus properly.\n"
121 "If you prefer to have all of the menu entries listed in a single menu,\n"
122 "rather than the default multimenu hierarchy, run nconfig with\n"
123 "NCONFIG_MODE environment variable set to single_menu. Example:\n"
125 "make NCONFIG_MODE=single_menu nconfig\n"
127 "<Enter> will then unfold the appropriate category, or fold it if it\n"
128 "is already unfolded. Folded menu entries will be designated by a\n"
129 "leading \"++>\" and unfolded entries by a leading \"-->\".\n"
131 "Note that this mode can eventually be a little more CPU expensive than\n"
132 "the default mode, especially with a larger number of unfolded submenus.\n"
134 menu_no_f_instructions[] =
135 "Legend: [*] built-in [ ] excluded <M> module < > module capable.\n"
136 "Submenus are designated by a trailing \"--->\", empty ones by \"----\".\n"
138 "Use the following keys to navigate the menus:\n"
139 "Move up or down with <Up> and <Down>.\n"
140 "Enter a submenu with <Enter> or <Right>.\n"
141 "Exit a submenu to its parent menu with <Esc> or <Left>.\n"
142 "Pressing <y> includes, <n> excludes, <m> modularizes features.\n"
143 "Pressing <Space> cycles through the available options.\n"
144 "To search for menu entries press </>.\n"
145 "<Esc> always leaves the current window.\n"
147 "You do not have function keys support.\n"
148 "Press <1> instead of <F1>, <2> instead of <F2>, etc.\n"
149 "For verbose global help use key <1>.\n"
150 "For help related to the current menu entry press <?> or <h>.\n",
151 menu_instructions[] =
152 "Legend: [*] built-in [ ] excluded <M> module < > module capable.\n"
153 "Submenus are designated by a trailing \"--->\", empty ones by \"----\".\n"
155 "Use the following keys to navigate the menus:\n"
156 "Move up or down with <Up> or <Down>.\n"
157 "Enter a submenu with <Enter> or <Right>.\n"
158 "Exit a submenu to its parent menu with <Esc> or <Left>.\n"
159 "Pressing <y> includes, <n> excludes, <m> modularizes features.\n"
160 "Pressing <Space> cycles through the available options.\n"
161 "To search for menu entries press </>.\n"
162 "<Esc> always leaves the current window.\n"
164 "Pressing <1> may be used instead of <F1>, <2> instead of <F2>, etc.\n"
165 "For verbose global help press <F1>.\n"
166 "For help related to the current menu entry press <?> or <h>.\n",
167 radiolist_instructions[] =
168 "Press <Up>, <Down>, <Home> or <End> to navigate a radiolist, select\n"
170 "For help related to the current entry press <?> or <h>.\n"
171 "For global help press <F1>.\n",
172 inputbox_instructions_int[] =
173 "Please enter a decimal value.\n"
174 "Fractions will not be accepted.\n"
175 "Press <Enter> to apply, <Esc> to cancel.",
176 inputbox_instructions_hex[] =
177 "Please enter a hexadecimal value.\n"
178 "Press <Enter> to apply, <Esc> to cancel.",
179 inputbox_instructions_string[] =
180 "Please enter a string value.\n"
181 "Press <Enter> to apply, <Esc> to cancel.",
183 "This feature depends on another feature which has been configured as a\n"
184 "module. As a result, the current feature will be built as a module too.",
186 "Enter the name of the configuration file you wish to load.\n"
187 "Accept the name shown to restore the configuration you last\n"
188 "retrieved. Leave empty to abort.",
190 "For various reasons, one may wish to keep several different\n"
191 "configurations available on a single machine.\n"
193 "If you have saved a previous configuration in a file other than the\n"
194 "default one, entering its name here will allow you to load and modify\n"
195 "that configuration.\n"
197 "Leave empty to abort.\n",
199 "Enter a filename to which this configuration should be saved\n"
200 "as an alternate. Leave empty to abort.",
202 "For various reasons, one may wish to keep several different\n"
203 "configurations available on a single machine.\n"
205 "Entering a file name here will allow you to later retrieve, modify\n"
206 "and use the current configuration as an alternate to whatever\n"
207 "configuration options you have selected at that time.\n"
209 "Leave empty to abort.\n",
211 "Search for symbols (configuration variable names CONFIG_*) and display\n"
212 "their relations. Regular expressions are supported.\n"
213 "Example: Search for \"^FOO\".\n"
215 "-----------------------------------------------------------------\n"
216 "Symbol: FOO [ = m]\n"
217 "Prompt: Foo bus is used to drive the bar HW\n"
218 "Defined at drivers/pci/Kconfig:47\n"
219 "Depends on: X86_LOCAL_APIC && X86_IO_APIC || IA64\n"
221 " -> Bus options (PCI, PCMCIA, EISA, ISA)\n"
222 " -> PCI support (PCI [ = y])\n"
223 " -> PCI access mode (<choice> [ = y])\n"
224 "Selects: LIBCRC32\n"
226 "-----------------------------------------------------------------\n"
227 "o The line 'Prompt:' shows the text displayed for this symbol in\n"
228 " the menu hierarchy.\n"
229 "o The 'Defined at' line tells at what file / line number the symbol is\n"
231 "o The 'Depends on:' line lists symbols that need to be defined for\n"
232 " this symbol to be visible and selectable in the menu.\n"
233 "o The 'Location:' lines tell, where in the menu structure this symbol\n"
234 " is located. A location followed by a [ = y] indicates that this is\n"
235 " a selectable menu item, and the current value is displayed inside\n"
237 "o The 'Selects:' line tells, what symbol will be automatically selected\n"
238 " if this symbol is selected (y or m).\n"
239 "o The 'Selected by' line tells what symbol has selected this symbol.\n"
241 "Only relevant lines are shown.\n"
244 "USB => find all symbols containing USB\n"
245 "^USB => find all symbols starting with USB\n"
246 "USB$ => find all symbols ending with USB\n"
256 #define MAX_MENU_ITEMS 4096
257 static int show_all_items;
259 static struct menu *current_menu;
260 static int child_count;
261 static int single_menu_mode;
262 /* the window in which all information appears */
263 static WINDOW *main_window;
264 /* the largest size of the menu window */
265 static int mwin_max_lines;
266 static int mwin_max_cols;
267 /* the window in which we show option buttons */
268 static MENU *curses_menu;
269 static ITEM *curses_menu_items[MAX_MENU_ITEMS];
270 static struct mitem k_menu_items[MAX_MENU_ITEMS];
271 static unsigned int items_num;
272 static int global_exit;
273 /* the currently selected button */
274 static const char *current_instructions = menu_instructions;
276 static char *dialog_input_result;
277 static int dialog_input_result_len;
279 static void conf(struct menu *menu);
280 static void conf_choice(struct menu *menu);
281 static void conf_string(struct menu *menu);
282 static void conf_load(void);
283 static void conf_save(void);
284 static void show_help(struct menu *menu);
285 static int do_exit(void);
286 static void setup_windows(void);
287 static void search_conf(void);
289 typedef void (*function_key_handler_t)(int *key, struct menu *menu);
290 static void handle_f1(int *key, struct menu *current_item);
291 static void handle_f2(int *key, struct menu *current_item);
292 static void handle_f3(int *key, struct menu *current_item);
293 static void handle_f4(int *key, struct menu *current_item);
294 static void handle_f5(int *key, struct menu *current_item);
295 static void handle_f6(int *key, struct menu *current_item);
296 static void handle_f7(int *key, struct menu *current_item);
297 static void handle_f8(int *key, struct menu *current_item);
298 static void handle_f9(int *key, struct menu *current_item);
300 struct function_keys {
304 function_key_handler_t handler;
307 static const int function_keys_num = 9;
308 static struct function_keys function_keys[] = {
313 .handler = handle_f1,
319 .handler = handle_f2,
325 .handler = handle_f3,
331 .handler = handle_f4,
337 .handler = handle_f5,
343 .handler = handle_f6,
349 .handler = handle_f7,
355 .handler = handle_f8,
361 .handler = handle_f9,
365 static void print_function_line(void)
370 int lines = getmaxy(stdscr);
372 for (i = 0; i < function_keys_num; i++) {
373 wattrset(main_window, attr_function_highlight);
374 mvwprintw(main_window, lines-3, offset,
376 function_keys[i].key_str);
377 wattrset(main_window, attr_function_text);
378 offset += strlen(function_keys[i].key_str);
379 mvwprintw(main_window, lines-3,
381 function_keys[i].func);
382 offset += strlen(function_keys[i].func) + skip;
384 wattrset(main_window, attr_normal);
388 static void handle_f1(int *key, struct menu *current_item)
390 show_scroll_win(main_window,
391 "Global help", nconf_global_help);
396 static void handle_f2(int *key, struct menu *current_item)
398 show_help(current_item);
403 static void handle_f3(int *key, struct menu *current_item)
405 show_scroll_win(main_window,
407 current_instructions);
412 static void handle_f4(int *key, struct menu *current_item)
414 int res = btn_dialog(main_window,
428 static void handle_f5(int *key, struct menu *current_item)
435 static void handle_f6(int *key, struct menu *current_item)
442 static void handle_f7(int *key, struct menu *current_item)
449 static void handle_f8(int *key, struct menu *current_item)
456 static void handle_f9(int *key, struct menu *current_item)
462 /* return != 0 to indicate the key was handles */
463 static int process_special_keys(int *key, struct menu *menu)
467 if (*key == KEY_RESIZE) {
472 for (i = 0; i < function_keys_num; i++) {
473 if (*key == KEY_F(function_keys[i].key) ||
474 *key == '0' + function_keys[i].key){
475 function_keys[i].handler(key, menu);
483 static void clean_items(void)
486 for (i = 0; curses_menu_items[i]; i++)
487 free_item(curses_menu_items[i]);
488 bzero(curses_menu_items, sizeof(curses_menu_items));
489 bzero(k_menu_items, sizeof(k_menu_items));
493 typedef enum {MATCH_TINKER_PATTERN_UP, MATCH_TINKER_PATTERN_DOWN,
494 FIND_NEXT_MATCH_DOWN, FIND_NEXT_MATCH_UP} match_f;
496 /* return the index of the matched item, or -1 if no such item exists */
497 static int get_mext_match(const char *match_str, match_f flag)
499 int match_start, index;
501 /* Do not search if the menu is empty (i.e. items_num == 0) */
502 match_start = item_index(current_item(curses_menu));
503 if (match_start == ERR)
506 if (flag == FIND_NEXT_MATCH_DOWN)
508 else if (flag == FIND_NEXT_MATCH_UP)
511 match_start = (match_start + items_num) % items_num;
514 char *str = k_menu_items[index].str;
515 if (strcasestr(str, match_str) != NULL)
517 if (flag == FIND_NEXT_MATCH_UP ||
518 flag == MATCH_TINKER_PATTERN_UP)
522 index = (index + items_num) % items_num;
523 if (index == match_start)
528 /* Make a new item. */
529 static void item_make(struct menu *menu, char tag, const char *fmt, ...)
533 if (items_num > MAX_MENU_ITEMS-1)
536 bzero(&k_menu_items[items_num], sizeof(k_menu_items[0]));
537 k_menu_items[items_num].tag = tag;
538 k_menu_items[items_num].usrptr = menu;
540 k_menu_items[items_num].is_visible =
541 menu_is_visible(menu);
543 k_menu_items[items_num].is_visible = 1;
546 vsnprintf(k_menu_items[items_num].str,
547 sizeof(k_menu_items[items_num].str),
551 if (!k_menu_items[items_num].is_visible)
552 memcpy(k_menu_items[items_num].str, "XXX", 3);
554 curses_menu_items[items_num] = new_item(
555 k_menu_items[items_num].str,
556 k_menu_items[items_num].str);
557 set_item_userptr(curses_menu_items[items_num],
558 &k_menu_items[items_num]);
560 if (!k_menu_items[items_num].is_visible)
561 item_opts_off(curses_menu_items[items_num], O_SELECTABLE);
565 curses_menu_items[items_num] = NULL;
568 /* very hackish. adds a string to the last item added */
569 static void item_add_str(const char *fmt, ...)
572 int index = items_num-1;
580 vsnprintf(new_str, sizeof(new_str), fmt, ap);
582 snprintf(tmp_str, sizeof(tmp_str), "%s%s",
583 k_menu_items[index].str, new_str);
584 strncpy(k_menu_items[index].str,
586 sizeof(k_menu_items[index].str));
588 free_item(curses_menu_items[index]);
589 curses_menu_items[index] = new_item(
590 k_menu_items[index].str,
591 k_menu_items[index].str);
592 set_item_userptr(curses_menu_items[index],
593 &k_menu_items[index]);
596 /* get the tag of the currently selected item */
597 static char item_tag(void)
602 cur = current_item(curses_menu);
605 mcur = (struct mitem *) item_userptr(cur);
609 static int curses_item_index(void)
611 return item_index(current_item(curses_menu));
614 static void *item_data(void)
619 cur = current_item(curses_menu);
622 mcur = (struct mitem *) item_userptr(cur);
627 static int item_is_tag(char tag)
629 return item_tag() == tag;
632 static char filename[PATH_MAX+1];
633 static char menu_backtitle[PATH_MAX+128];
634 static void set_config_filename(const char *config_filename)
636 snprintf(menu_backtitle, sizeof(menu_backtitle), "%s - %s",
637 config_filename, rootmenu.prompt->text);
639 snprintf(filename, sizeof(filename), "%s", config_filename);
642 /* return = 0 means we are successful.
643 * -1 means go on doing what you were doing
645 static int do_exit(void)
648 if (!conf_get_changed()) {
652 res = btn_dialog(main_window,
653 "Do you wish to save your new configuration?\n"
654 "<ESC> to cancel and resume nconfig.",
658 if (res == KEY_EXIT) {
663 /* if we got here, the user really wants to exit */
666 res = conf_write(filename);
670 "Error during writing of configuration.\n"
671 "Your configuration changes were NOT saved.",
674 conf_write_autoconf(0);
679 "Your configuration changes were NOT saved.",
689 static void search_conf(void)
691 struct symbol **sym_arr;
698 str_printf( &title, "Enter (sub)string or regexp to search for "
699 "(with or without \"%s\")", CONFIG_);
702 dres = dialog_inputbox(main_window,
703 "Search Configuration Parameter",
705 "", &dialog_input_result, &dialog_input_result_len);
710 show_scroll_win(main_window,
711 "Search Configuration", search_help);
718 /* strip the prefix if necessary */
719 dialog_input = dialog_input_result;
720 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0)
721 dialog_input += strlen(CONFIG_);
723 sym_arr = sym_re_search(dialog_input);
724 res = get_relations_str(sym_arr, NULL);
726 show_scroll_win(main_window,
727 "Search Results", str_get(&res));
733 static void build_conf(struct menu *menu)
736 struct property *prop;
738 int type, tmp, doint = 2;
742 if (!menu || (!show_all_items && !menu_is_visible(menu)))
748 if (prop && menu != current_menu) {
749 const char *prompt = menu_get_prompt(menu);
750 enum prop_type ptype;
751 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN;
755 if (single_menu_mode) {
758 menu->data ? "-->" : "++>",
759 indent + 1, ' ', prompt);
763 indent + 1, ' ', prompt,
764 menu_is_empty(menu) ? "----" : "--->");
766 if (single_menu_mode && menu->data)
781 item_make(menu, ':', "---%*c%s",
791 type = sym_get_type(sym);
792 if (sym_is_choice(sym)) {
793 struct symbol *def_sym = sym_get_choice_value(sym);
794 struct menu *def_menu = NULL;
797 for (child = menu->list; child; child = child->next) {
798 if (menu_is_visible(child) && child->sym == def_sym)
802 val = sym_get_tristate_value(sym);
803 if (sym_is_changeable(sym)) {
806 item_make(menu, 't', "[%c]",
807 val == no ? ' ' : '*');
821 item_make(menu, 't', "<%c>", ch);
825 item_make(menu, def_menu ? 't' : ':', " ");
828 item_add_str("%*c%s", indent + 1,
829 ' ', menu_get_prompt(menu));
832 item_add_str(" (%s)",
833 menu_get_prompt(def_menu));
834 item_add_str(" --->");
835 if (def_menu->list) {
837 build_conf(def_menu);
844 if (menu == current_menu) {
846 "---%*c%s", indent + 1,
847 ' ', menu_get_prompt(menu));
851 val = sym_get_tristate_value(sym);
852 if (sym_is_choice_value(sym) && val == yes) {
853 item_make(menu, ':', " ");
857 if (sym_is_changeable(sym))
858 item_make(menu, 't', "[%c]",
859 val == no ? ' ' : '*');
861 item_make(menu, 't', "-%c-",
862 val == no ? ' ' : '*');
876 if (sym_is_changeable(sym)) {
877 if (sym->rev_dep.tri == mod)
884 item_make(menu, 't', "-%c-", ch);
887 tmp = 2 + strlen(sym_get_string_value(sym));
888 item_make(menu, 's', " (%s)",
889 sym_get_string_value(sym));
890 tmp = indent - tmp + 4;
893 item_add_str("%*c%s%s", tmp, ' ',
894 menu_get_prompt(menu),
895 (sym_has_value(sym) ||
896 !sym_is_changeable(sym)) ? "" :
901 item_add_str("%*c%s%s", indent + 1, ' ',
902 menu_get_prompt(menu),
903 (sym_has_value(sym) || !sym_is_changeable(sym)) ?
905 if (menu->prompt && menu->prompt->type == P_MENU) {
906 item_add_str(" %s", menu_is_empty(menu) ? "----" : "--->");
913 for (child = menu->list; child; child = child->next)
918 static void reset_menu(void)
920 unpost_menu(curses_menu);
924 /* adjust the menu to show this item.
925 * prefer not to scroll the menu if possible*/
926 static void center_item(int selected_index, int *last_top_row)
930 set_top_row(curses_menu, *last_top_row);
931 toprow = top_row(curses_menu);
932 if (selected_index < toprow ||
933 selected_index >= toprow+mwin_max_lines) {
934 toprow = max(selected_index-mwin_max_lines/2, 0);
935 if (toprow >= item_count(curses_menu)-mwin_max_lines)
936 toprow = item_count(curses_menu)-mwin_max_lines;
937 set_top_row(curses_menu, toprow);
939 set_current_item(curses_menu,
940 curses_menu_items[selected_index]);
941 *last_top_row = toprow;
942 post_menu(curses_menu);
943 refresh_all_windows(main_window);
946 /* this function assumes reset_menu has been called before */
947 static void show_menu(const char *prompt, const char *instructions,
948 int selected_index, int *last_top_row)
953 current_instructions = instructions;
956 print_in_middle(stdscr, 1, getmaxx(stdscr),
960 wattrset(main_window, attr_main_menu_box);
961 box(main_window, 0, 0);
962 wattrset(main_window, attr_main_menu_heading);
963 mvwprintw(main_window, 0, 3, " %s ", prompt);
964 wattrset(main_window, attr_normal);
966 set_menu_items(curses_menu, curses_menu_items);
968 /* position the menu at the middle of the screen */
969 scale_menu(curses_menu, &maxy, &maxx);
970 maxx = min(maxx, mwin_max_cols-2);
971 maxy = mwin_max_lines;
972 menu_window = derwin(main_window,
976 (mwin_max_cols-maxx)/2);
977 keypad(menu_window, TRUE);
978 set_menu_win(curses_menu, menu_window);
979 set_menu_sub(curses_menu, menu_window);
981 /* must reassert this after changing items, otherwise returns to a
984 set_menu_format(curses_menu, maxy, 1);
985 center_item(selected_index, last_top_row);
986 set_menu_format(curses_menu, maxy, 1);
988 print_function_line();
991 post_menu(curses_menu);
992 refresh_all_windows(main_window);
995 static void adj_match_dir(match_f *match_direction)
997 if (*match_direction == FIND_NEXT_MATCH_DOWN)
999 MATCH_TINKER_PATTERN_DOWN;
1000 else if (*match_direction == FIND_NEXT_MATCH_UP)
1002 MATCH_TINKER_PATTERN_UP;
1003 /* else, do no change.. */
1009 match_f match_direction;
1013 /* Return 0 means I have handled the key. In such a case, ans should hold the
1014 * item to center, or -1 otherwise.
1017 static int do_match(int key, struct match_state *state, int *ans)
1019 char c = (char) key;
1020 int terminate_search = 0;
1022 if (key == '/' || (state->in_search && key == 27)) {
1026 state->in_search = 1-state->in_search;
1027 bzero(state->pattern, sizeof(state->pattern));
1028 state->match_direction = MATCH_TINKER_PATTERN_DOWN;
1030 } else if (!state->in_search)
1033 if (isalnum(c) || isgraph(c) || c == ' ') {
1034 state->pattern[strlen(state->pattern)] = c;
1035 state->pattern[strlen(state->pattern)] = '\0';
1036 adj_match_dir(&state->match_direction);
1037 *ans = get_mext_match(state->pattern,
1038 state->match_direction);
1039 } else if (key == KEY_DOWN) {
1040 state->match_direction = FIND_NEXT_MATCH_DOWN;
1041 *ans = get_mext_match(state->pattern,
1042 state->match_direction);
1043 } else if (key == KEY_UP) {
1044 state->match_direction = FIND_NEXT_MATCH_UP;
1045 *ans = get_mext_match(state->pattern,
1046 state->match_direction);
1047 } else if (key == KEY_BACKSPACE || key == 8 || key == 127) {
1048 state->pattern[strlen(state->pattern)-1] = '\0';
1049 adj_match_dir(&state->match_direction);
1051 terminate_search = 1;
1053 if (terminate_search) {
1054 state->in_search = 0;
1055 bzero(state->pattern, sizeof(state->pattern));
1064 static void conf(struct menu *menu)
1066 struct menu *submenu = NULL;
1069 int current_index = 0;
1070 int last_top_row = 0;
1071 struct match_state match_state = {
1073 .match_direction = MATCH_TINKER_PATTERN_DOWN,
1077 while (!global_exit) {
1079 current_menu = menu;
1084 show_menu(menu_get_prompt(menu), menu_instructions,
1085 current_index, &last_top_row);
1086 keypad((menu_win(curses_menu)), TRUE);
1087 while (!global_exit) {
1088 if (match_state.in_search) {
1090 "searching: %s", match_state.pattern);
1093 refresh_all_windows(main_window);
1094 res = wgetch(menu_win(curses_menu));
1097 if (do_match(res, &match_state, ¤t_index) == 0) {
1098 if (current_index != -1)
1099 center_item(current_index,
1103 if (process_special_keys(&res,
1104 (struct menu *) item_data()))
1109 menu_driver(curses_menu, REQ_DOWN_ITEM);
1113 menu_driver(curses_menu, REQ_UP_ITEM);
1116 menu_driver(curses_menu, REQ_SCR_DPAGE);
1119 menu_driver(curses_menu, REQ_SCR_UPAGE);
1122 menu_driver(curses_menu, REQ_FIRST_ITEM);
1125 menu_driver(curses_menu, REQ_LAST_ITEM);
1129 show_help((struct menu *) item_data());
1132 if (res == 10 || res == 27 ||
1133 res == 32 || res == 'n' || res == 'y' ||
1134 res == KEY_LEFT || res == KEY_RIGHT ||
1137 refresh_all_windows(main_window);
1140 refresh_all_windows(main_window);
1142 if (res == 27 || (menu != &rootmenu && res == KEY_LEFT))
1145 /* remember location in the menu */
1146 last_top_row = top_row(curses_menu);
1147 current_index = curses_item_index();
1152 submenu = (struct menu *) item_data();
1153 if (!submenu || !menu_is_visible(submenu))
1159 if (item_is_tag('t'))
1160 sym_toggle_tristate_value(sym);
1161 else if (item_is_tag('m'))
1165 case 10: /* ENTER WAS PRESSED */
1166 switch (item_tag()) {
1168 if (single_menu_mode)
1170 (void *) (long) !submenu->data;
1175 if (sym_is_choice(sym) &&
1176 sym_get_tristate_value(sym) == yes)
1177 conf_choice(submenu);
1178 else if (submenu->prompt &&
1179 submenu->prompt->type == P_MENU)
1182 sym_toggle_tristate_value(sym);
1185 conf_string(submenu);
1190 if (item_is_tag('t')) {
1191 if (sym_set_tristate_value(sym, yes))
1193 if (sym_set_tristate_value(sym, mod))
1194 btn_dialog(main_window, setmod_text, 0);
1198 if (item_is_tag('t'))
1199 sym_set_tristate_value(sym, no);
1202 if (item_is_tag('t'))
1203 sym_set_tristate_value(sym, mod);
1209 static void conf_message_callback(const char *s)
1211 btn_dialog(main_window, s, 1, "<OK>");
1214 static void show_help(struct menu *menu)
1222 menu_get_ext_help(menu, &help);
1223 show_scroll_win(main_window, menu_get_prompt(menu), str_get(&help));
1227 static void conf_choice(struct menu *menu)
1229 const char *prompt = menu_get_prompt(menu);
1230 struct menu *child = NULL;
1231 struct symbol *active;
1232 int selected_index = 0;
1233 int last_top_row = 0;
1235 struct match_state match_state = {
1237 .match_direction = MATCH_TINKER_PATTERN_DOWN,
1241 active = sym_get_choice_value(menu->sym);
1242 /* this is mostly duplicated from the conf() function. */
1243 while (!global_exit) {
1246 for (i = 0, child = menu->list; child; child = child->next) {
1247 if (!show_all_items && !menu_is_visible(child))
1250 if (child->sym == sym_get_choice_value(menu->sym))
1251 item_make(child, ':', "<X> %s",
1252 menu_get_prompt(child));
1253 else if (child->sym)
1254 item_make(child, ':', " %s",
1255 menu_get_prompt(child));
1257 item_make(child, ':', "*** %s ***",
1258 menu_get_prompt(child));
1260 if (child->sym == active){
1261 last_top_row = top_row(curses_menu);
1266 show_menu(prompt ? prompt : "Choice Menu",
1267 radiolist_instructions,
1270 while (!global_exit) {
1271 if (match_state.in_search) {
1272 mvprintw(0, 0, "searching: %s",
1273 match_state.pattern);
1276 refresh_all_windows(main_window);
1277 res = wgetch(menu_win(curses_menu));
1280 if (do_match(res, &match_state, &selected_index) == 0) {
1281 if (selected_index != -1)
1282 center_item(selected_index,
1286 if (process_special_keys(
1288 (struct menu *) item_data()))
1293 menu_driver(curses_menu, REQ_DOWN_ITEM);
1297 menu_driver(curses_menu, REQ_UP_ITEM);
1300 menu_driver(curses_menu, REQ_SCR_DPAGE);
1303 menu_driver(curses_menu, REQ_SCR_UPAGE);
1306 menu_driver(curses_menu, REQ_FIRST_ITEM);
1309 menu_driver(curses_menu, REQ_LAST_ITEM);
1313 show_help((struct menu *) item_data());
1316 if (res == 10 || res == 27 || res == ' ' ||
1320 refresh_all_windows(main_window);
1322 /* if ESC or left */
1323 if (res == 27 || res == KEY_LEFT)
1326 child = item_data();
1327 if (!child || !menu_is_visible(child) || !child->sym)
1333 sym_set_tristate_value(child->sym, yes);
1338 active = child->sym;
1346 static void conf_string(struct menu *menu)
1348 const char *prompt = menu_get_prompt(menu);
1352 const char *heading;
1354 switch (sym_get_type(menu->sym)) {
1356 heading = inputbox_instructions_int;
1359 heading = inputbox_instructions_hex;
1362 heading = inputbox_instructions_string;
1365 heading = "Internal nconf error!";
1367 res = dialog_inputbox(main_window,
1368 prompt ? prompt : "Main Menu",
1370 sym_get_string_value(menu->sym),
1371 &dialog_input_result,
1372 &dialog_input_result_len);
1375 if (sym_set_string_value(menu->sym,
1376 dialog_input_result))
1378 btn_dialog(main_window,
1379 "You have made an invalid entry.", 0);
1390 static void conf_load(void)
1394 res = dialog_inputbox(main_window,
1395 NULL, load_config_text,
1397 &dialog_input_result,
1398 &dialog_input_result_len);
1401 if (!dialog_input_result[0])
1403 if (!conf_read(dialog_input_result)) {
1404 set_config_filename(dialog_input_result);
1405 conf_set_changed(true);
1408 btn_dialog(main_window, "File does not exist!", 0);
1411 show_scroll_win(main_window,
1412 "Load Alternate Configuration",
1421 static void conf_save(void)
1425 res = dialog_inputbox(main_window,
1426 NULL, save_config_text,
1428 &dialog_input_result,
1429 &dialog_input_result_len);
1432 if (!dialog_input_result[0])
1434 res = conf_write(dialog_input_result);
1436 set_config_filename(dialog_input_result);
1439 btn_dialog(main_window, "Can't create file!",
1443 show_scroll_win(main_window,
1444 "Save Alternate Configuration",
1453 static void setup_windows(void)
1457 getmaxyx(stdscr, lines, columns);
1459 if (main_window != NULL)
1460 delwin(main_window);
1462 /* set up the menu and menu window */
1463 main_window = newwin(lines-2, columns-2, 2, 1);
1464 keypad(main_window, TRUE);
1465 mwin_max_lines = lines-7;
1466 mwin_max_cols = columns-6;
1468 /* panels order is from bottom to top */
1469 new_panel(main_window);
1472 int main(int ac, char **av)
1477 if (ac > 1 && strcmp(av[1], "-s") == 0) {
1478 /* Silence conf_read() until the real callback is set up */
1479 conf_set_message_callback(NULL);
1485 mode = getenv("NCONFIG_MODE");
1487 if (!strcasecmp(mode, "single_menu"))
1488 single_menu_mode = 1;
1491 /* Initialize curses */
1493 /* set color theme */
1498 keypad(stdscr, TRUE);
1501 getmaxyx(stdscr, lines, columns);
1502 if (columns < 75 || lines < 20) {
1504 printf("Your terminal should have at "
1505 "least 20 lines and 75 columns\n");
1509 notimeout(stdscr, FALSE);
1510 #if NCURSES_REENTRANT
1517 curses_menu = new_menu(curses_menu_items);
1518 menu_opts_off(curses_menu, O_SHOWDESC);
1519 menu_opts_on(curses_menu, O_SHOWMATCH);
1520 menu_opts_on(curses_menu, O_ONEVALUE);
1521 menu_opts_on(curses_menu, O_NONCYCLIC);
1522 menu_opts_on(curses_menu, O_IGNORECASE);
1523 set_menu_mark(curses_menu, " ");
1524 set_menu_fore(curses_menu, attr_main_menu_fore);
1525 set_menu_back(curses_menu, attr_main_menu_back);
1526 set_menu_grey(curses_menu, attr_main_menu_grey);
1528 set_config_filename(conf_get_configname());
1531 /* check for KEY_FUNC(1) */
1532 if (has_key(KEY_F(1)) == FALSE) {
1533 show_scroll_win(main_window,
1535 menu_no_f_instructions);
1538 conf_set_message_callback(conf_message_callback);
1540 while (!global_exit) {
1542 if (!global_exit && do_exit() == 0)
1545 /* ok, we are done */
1546 unpost_menu(curses_menu);
1547 free_menu(curses_menu);
1548 delwin(main_window);