blob: 545e1af7cb6884426212d42627da4847ca1e1877 [file] [log] [blame]
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001/*
2 * Copyright (C) 2008 Nir Tzachar <nir.tzachar@gmail.com?
3 * Released under the terms of the GNU GPL v2.0.
4 *
5 * Derived from menuconfig.
6 *
7 */
Nir Tzachara72f3e22010-08-08 16:50:06 +03008#define _GNU_SOURCE
9#include <string.h>
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +020010#define LKC_DIRECT_LINK
11#include "lkc.h"
12#include "nconf.h"
Nir Tzachara72f3e22010-08-08 16:50:06 +030013#include <ctype.h>
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +020014
15static const char nconf_readme[] = N_(
16"Overview\n"
17"--------\n"
Arnaud Lacombe652cf982010-08-14 23:51:40 -040018"This interface let you select features and parameters for the build.\n"
19"Features can either be built-in, modularized, or ignored. Parameters\n"
20"must be entered in as decimal or hexadecimal numbers or text.\n"
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +020021"\n"
22"Menu items beginning with following braces represent features that\n"
23" [ ] can be built in or removed\n"
24" < > can be built in, modularized or removed\n"
25" { } can be built in or modularized (selected by other feature)\n"
26" - - are selected by other feature,\n"
Nir Tzachara72f3e22010-08-08 16:50:06 +030027" XXX cannot be selected. Use Symbol Info to find out why,\n"
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +020028"while *, M or whitespace inside braces means to build in, build as\n"
29"a module or to exclude the feature respectively.\n"
30"\n"
31"To change any of these features, highlight it with the cursor\n"
32"keys and press <Y> to build it in, <M> to make it a module or\n"
33"<N> to removed it. You may also press the <Space Bar> to cycle\n"
34"through the available options (ie. Y->N->M->Y).\n"
35"\n"
36"Some additional keyboard hints:\n"
37"\n"
38"Menus\n"
39"----------\n"
40"o Use the Up/Down arrow keys (cursor keys) to highlight the item\n"
41" you wish to change use <Enter> or <Space>. Goto submenu by \n"
42" pressing <Enter> of <right-arrow>. Use <Esc> or <left-arrow> to go back.\n"
43" Submenus are designated by \"--->\".\n"
44"\n"
Nir Tzachara72f3e22010-08-08 16:50:06 +030045" Searching: pressing '/' triggers interactive search mode.\n"
46" nconfig performs a case insensitive search for the string\n"
47" in the menu prompts (no regex support).\n"
48" Pressing the up/down keys highlights the previous/next\n"
49" matching item. Backspace removes one character from the\n"
50" match string. Pressing either '/' again or ESC exits\n"
51" search mode. All other keys behave normally.\n"
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +020052"\n"
53" You may also use the <PAGE UP> and <PAGE DOWN> keys to scroll\n"
54" unseen options into view.\n"
55"\n"
56"o To exit a menu use the just press <ESC> <F5> <F8> or <left-arrow>.\n"
57"\n"
58"o To get help with an item, press <F1>\n"
59" Shortcut: Press <h> or <?>.\n"
60"\n"
61"\n"
62"Radiolists (Choice lists)\n"
63"-----------\n"
64"o Use the cursor keys to select the option you wish to set and press\n"
65" <S> or the <SPACE BAR>.\n"
66"\n"
67" Shortcut: Press the first letter of the option you wish to set then\n"
68" press <S> or <SPACE BAR>.\n"
69"\n"
70"o To see available help for the item, press <F1>\n"
71" Shortcut: Press <H> or <?>.\n"
72"\n"
73"\n"
74"Data Entry\n"
75"-----------\n"
76"o Enter the requested information and press <ENTER>\n"
77" If you are entering hexadecimal values, it is not necessary to\n"
78" add the '0x' prefix to the entry.\n"
79"\n"
80"o For help, press <F1>.\n"
81"\n"
82"\n"
83"Text Box (Help Window)\n"
84"--------\n"
85"o Use the cursor keys to scroll up/down/left/right. The VI editor\n"
86" keys h,j,k,l function here as do <SPACE BAR> for those\n"
87" who are familiar with less and lynx.\n"
88"\n"
89"o Press <Enter>, <F1>, <F5>, <F7> or <Esc> to exit.\n"
90"\n"
91"\n"
92"Alternate Configuration Files\n"
93"-----------------------------\n"
94"nconfig supports the use of alternate configuration files for\n"
95"those who, for various reasons, find it necessary to switch\n"
Arnaud Lacombe652cf982010-08-14 23:51:40 -040096"between different configurations.\n"
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +020097"\n"
98"At the end of the main menu you will find two options. One is\n"
99"for saving the current configuration to a file of your choosing.\n"
100"The other option is for loading a previously saved alternate\n"
101"configuration.\n"
102"\n"
103"Even if you don't use alternate configuration files, but you\n"
104"find during a nconfig session that you have completely messed\n"
105"up your settings, you may use the \"Load Alternate...\" option to\n"
106"restore your previously saved settings from \".config\" without\n"
107"restarting nconfig.\n"
108"\n"
109"Other information\n"
110"-----------------\n"
111"If you use nconfig in an XTERM window make sure you have your\n"
112"$TERM variable set to point to a xterm definition which supports color.\n"
113"Otherwise, nconfig will look rather bad. nconfig will not\n"
114"display correctly in a RXVT window because rxvt displays only one\n"
115"intensity of color, bright.\n"
116"\n"
117"nconfig will display larger menus on screens or xterms which are\n"
118"set to display more than the standard 25 row by 80 column geometry.\n"
119"In order for this to work, the \"stty size\" command must be able to\n"
120"display the screen's current row and column geometry. I STRONGLY\n"
121"RECOMMEND that you make sure you do NOT have the shell variables\n"
122"LINES and COLUMNS exported into your environment. Some distributions\n"
123"export those variables via /etc/profile. Some ncurses programs can\n"
124"become confused when those variables (LINES & COLUMNS) don't reflect\n"
125"the true screen size.\n"
126"\n"
127"Optional personality available\n"
128"------------------------------\n"
Arnaud Lacombe652cf982010-08-14 23:51:40 -0400129"If you prefer to have all of the options listed in a single menu, rather\n"
130"than the default multimenu hierarchy, run the nconfig with NCONFIG_MODE\n"
131"environment variable set to single_menu. Example:\n"
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200132"\n"
133"make NCONFIG_MODE=single_menu nconfig\n"
134"\n"
135"<Enter> will then unroll the appropriate category, or enfold it if it\n"
136"is already unrolled.\n"
137"\n"
138"Note that this mode can eventually be a little more CPU expensive\n"
139"(especially with a larger number of unrolled categories) than the\n"
140"default mode.\n"
141"\n"),
142menu_no_f_instructions[] = N_(
143" You do not have function keys support. Please follow the\n"
144" following instructions:\n"
145" Arrow keys navigate the menu.\n"
146" <Enter> or <right-arrow> selects submenus --->.\n"
147" Capital Letters are hotkeys.\n"
148" Pressing <Y> includes, <N> excludes, <M> modularizes features.\n"
Nir Tzachara72f3e22010-08-08 16:50:06 +0300149" Pressing SpaceBar toggles between the above options.\n"
150" Press <Esc> or <left-arrow> to go back one menu,\n"
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200151" <?> or <h> for Help, </> for Search.\n"
Nir Tzachara72f3e22010-08-08 16:50:06 +0300152" <1> is interchangeable with <F1>, <2> with <F2>, etc.\n"
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200153" Legend: [*] built-in [ ] excluded <M> module < > module capable.\n"
Nir Tzachara72f3e22010-08-08 16:50:06 +0300154" <Esc> always leaves the current window.\n"),
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200155menu_instructions[] = N_(
156" Arrow keys navigate the menu.\n"
157" <Enter> or <right-arrow> selects submenus --->.\n"
158" Capital Letters are hotkeys.\n"
159" Pressing <Y> includes, <N> excludes, <M> modularizes features.\n"
160" Pressing SpaceBar toggles between the above options\n"
Nir Tzachara72f3e22010-08-08 16:50:06 +0300161" Press <Esc>, <F5> or <left-arrow> to go back one menu,\n"
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200162" <?>, <F1> or <h> for Help, </> for Search.\n"
Nir Tzachara72f3e22010-08-08 16:50:06 +0300163" <1> is interchangeable with <F1>, <2> with <F2>, etc.\n"
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200164" Legend: [*] built-in [ ] excluded <M> module < > module capable.\n"
165" <Esc> always leaves the current window\n"),
166radiolist_instructions[] = N_(
167" Use the arrow keys to navigate this window or\n"
168" press the hotkey of the item you wish to select\n"
169" followed by the <SPACE BAR>.\n"
170" Press <?>, <F1> or <h> for additional information about this option.\n"),
171inputbox_instructions_int[] = N_(
172"Please enter a decimal value.\n"
173"Fractions will not be accepted.\n"
174"Press <RETURN> to accept, <ESC> to cancel."),
175inputbox_instructions_hex[] = N_(
176"Please enter a hexadecimal value.\n"
177"Press <RETURN> to accept, <ESC> to cancel."),
178inputbox_instructions_string[] = N_(
179"Please enter a string value.\n"
180"Press <RETURN> to accept, <ESC> to cancel."),
181setmod_text[] = N_(
182"This feature depends on another which\n"
183"has been configured as a module.\n"
184"As a result, this feature will be built as a module."),
185nohelp_text[] = N_(
Arnaud Lacombe652cf982010-08-14 23:51:40 -0400186"There is no help available for this option.\n"),
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200187load_config_text[] = N_(
188"Enter the name of the configuration file you wish to load.\n"
189"Accept the name shown to restore the configuration you\n"
190"last retrieved. Leave blank to abort."),
191load_config_help[] = N_(
192"\n"
Arnaud Lacombe652cf982010-08-14 23:51:40 -0400193"For various reasons, one may wish to keep several different\n"
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200194"configurations available on a single machine.\n"
195"\n"
196"If you have saved a previous configuration in a file other than the\n"
Arnaud Lacombe652cf982010-08-14 23:51:40 -0400197"default one, entering its name here will allow you to modify that\n"
198"configuration.\n"
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200199"\n"
200"If you are uncertain, then you have probably never used alternate\n"
201"configuration files. You should therefor leave this blank to abort.\n"),
202save_config_text[] = N_(
203"Enter a filename to which this configuration should be saved\n"
204"as an alternate. Leave blank to abort."),
205save_config_help[] = N_(
206"\n"
Arnaud Lacombe652cf982010-08-14 23:51:40 -0400207"For various reasons, one may wish to keep different configurations\n"
208"available on a single machine.\n"
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200209"\n"
210"Entering a file name here will allow you to later retrieve, modify\n"
211"and use the current configuration as an alternate to whatever\n"
212"configuration options you have selected at that time.\n"
213"\n"
214"If you are uncertain what all this means then you should probably\n"
215"leave this blank.\n"),
216search_help[] = N_(
217"\n"
Arnaud Lacombe59dfa242010-08-21 00:43:46 -0400218"Search for symbols and display their relations. Regular expressions\n"
219"are allowed.\n"
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200220"Example: search for \"^FOO\"\n"
221"Result:\n"
222"-----------------------------------------------------------------\n"
223"Symbol: FOO [ = m]\n"
224"Prompt: Foo bus is used to drive the bar HW\n"
225"Defined at drivers/pci/Kconfig:47\n"
226"Depends on: X86_LOCAL_APIC && X86_IO_APIC || IA64\n"
227"Location:\n"
228" -> Bus options (PCI, PCMCIA, EISA, MCA, ISA)\n"
229" -> PCI support (PCI [ = y])\n"
230" -> PCI access mode (<choice> [ = y])\n"
231"Selects: LIBCRC32\n"
232"Selected by: BAR\n"
233"-----------------------------------------------------------------\n"
234"o The line 'Prompt:' shows the text used in the menu structure for\n"
Arnaud Lacombe59dfa242010-08-21 00:43:46 -0400235" this symbol\n"
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200236"o The 'Defined at' line tell at what file / line number the symbol\n"
237" is defined\n"
238"o The 'Depends on:' line tell what symbols needs to be defined for\n"
239" this symbol to be visible in the menu (selectable)\n"
240"o The 'Location:' lines tell where in the menu structure this symbol\n"
241" is located\n"
242" A location followed by a [ = y] indicate that this is a selectable\n"
243" menu item - and current value is displayed inside brackets.\n"
244"o The 'Selects:' line tell what symbol will be automatically\n"
245" selected if this symbol is selected (y or m)\n"
246"o The 'Selected by' line tell what symbol has selected this symbol\n"
247"\n"
248"Only relevant lines are shown.\n"
249"\n\n"
250"Search examples:\n"
Arnaud Lacombe59dfa242010-08-21 00:43:46 -0400251"Examples: USB = > find all symbols containing USB\n"
252" ^USB => find all symbols starting with USB\n"
253" USB$ => find all symbols ending with USB\n"
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200254"\n");
255
256struct mitem {
257 char str[256];
258 char tag;
259 void *usrptr;
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200260 int is_visible;
261};
262
263#define MAX_MENU_ITEMS 4096
264static int show_all_items;
265static int indent;
266static struct menu *current_menu;
267static int child_count;
268static int single_menu_mode;
269/* the window in which all information appears */
270static WINDOW *main_window;
271/* the largest size of the menu window */
272static int mwin_max_lines;
273static int mwin_max_cols;
274/* the window in which we show option buttons */
275static MENU *curses_menu;
276static ITEM *curses_menu_items[MAX_MENU_ITEMS];
277static struct mitem k_menu_items[MAX_MENU_ITEMS];
278static int items_num;
279static int global_exit;
280/* the currently selected button */
281const char *current_instructions = menu_instructions;
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200282
283static void conf(struct menu *menu);
284static void conf_choice(struct menu *menu);
285static void conf_string(struct menu *menu);
286static void conf_load(void);
287static void conf_save(void);
288static void show_help(struct menu *menu);
289static int do_exit(void);
290static void setup_windows(void);
Nir Tzachara72f3e22010-08-08 16:50:06 +0300291static void search_conf(void);
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200292
293typedef void (*function_key_handler_t)(int *key, struct menu *menu);
294static void handle_f1(int *key, struct menu *current_item);
295static void handle_f2(int *key, struct menu *current_item);
296static void handle_f3(int *key, struct menu *current_item);
297static void handle_f4(int *key, struct menu *current_item);
298static void handle_f5(int *key, struct menu *current_item);
299static void handle_f6(int *key, struct menu *current_item);
300static void handle_f7(int *key, struct menu *current_item);
301static void handle_f8(int *key, struct menu *current_item);
Nir Tzachara72f3e22010-08-08 16:50:06 +0300302static void handle_f9(int *key, struct menu *current_item);
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200303
304struct function_keys {
305 const char *key_str;
306 const char *func;
307 function_key key;
308 function_key_handler_t handler;
309};
310
Nir Tzachara72f3e22010-08-08 16:50:06 +0300311static const int function_keys_num = 9;
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200312struct function_keys function_keys[] = {
313 {
314 .key_str = "F1",
315 .func = "Help",
316 .key = F_HELP,
317 .handler = handle_f1,
318 },
319 {
320 .key_str = "F2",
Nir Tzachara72f3e22010-08-08 16:50:06 +0300321 .func = "Sym Info",
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200322 .key = F_SYMBOL,
323 .handler = handle_f2,
324 },
325 {
326 .key_str = "F3",
Nir Tzachara72f3e22010-08-08 16:50:06 +0300327 .func = "Insts",
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200328 .key = F_INSTS,
329 .handler = handle_f3,
330 },
331 {
332 .key_str = "F4",
333 .func = "Config",
334 .key = F_CONF,
335 .handler = handle_f4,
336 },
337 {
338 .key_str = "F5",
339 .func = "Back",
340 .key = F_BACK,
341 .handler = handle_f5,
342 },
343 {
344 .key_str = "F6",
345 .func = "Save",
346 .key = F_SAVE,
347 .handler = handle_f6,
348 },
349 {
350 .key_str = "F7",
351 .func = "Load",
352 .key = F_LOAD,
353 .handler = handle_f7,
354 },
355 {
356 .key_str = "F8",
Nir Tzachara72f3e22010-08-08 16:50:06 +0300357 .func = "Sym Search",
358 .key = F_SEARCH,
359 .handler = handle_f8,
360 },
361 {
362 .key_str = "F9",
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200363 .func = "Exit",
364 .key = F_EXIT,
Nir Tzachara72f3e22010-08-08 16:50:06 +0300365 .handler = handle_f9,
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200366 },
367};
368
369static void print_function_line(void)
370{
371 int i;
372 int offset = 1;
373 const int skip = 1;
374
375 for (i = 0; i < function_keys_num; i++) {
376 wattrset(main_window, attributes[FUNCTION_HIGHLIGHT]);
377 mvwprintw(main_window, LINES-3, offset,
378 "%s",
379 function_keys[i].key_str);
380 wattrset(main_window, attributes[FUNCTION_TEXT]);
381 offset += strlen(function_keys[i].key_str);
382 mvwprintw(main_window, LINES-3,
383 offset, "%s",
384 function_keys[i].func);
385 offset += strlen(function_keys[i].func) + skip;
386 }
387 wattrset(main_window, attributes[NORMAL]);
388}
389
390/* help */
391static void handle_f1(int *key, struct menu *current_item)
392{
393 show_scroll_win(main_window,
394 _("README"), _(nconf_readme));
395 return;
396}
397
398/* symbole help */
399static void handle_f2(int *key, struct menu *current_item)
400{
401 show_help(current_item);
402 return;
403}
404
405/* instructions */
406static void handle_f3(int *key, struct menu *current_item)
407{
408 show_scroll_win(main_window,
409 _("Instructions"),
410 _(current_instructions));
411 return;
412}
413
414/* config */
415static void handle_f4(int *key, struct menu *current_item)
416{
417 int res = btn_dialog(main_window,
418 _("Show all symbols?"),
419 2,
420 " <Show All> ",
421 "<Don't show all>");
422 if (res == 0)
423 show_all_items = 1;
424 else if (res == 1)
425 show_all_items = 0;
426
427 return;
428}
429
430/* back */
431static void handle_f5(int *key, struct menu *current_item)
432{
433 *key = KEY_LEFT;
434 return;
435}
436
437/* save */
438static void handle_f6(int *key, struct menu *current_item)
439{
440 conf_save();
441 return;
442}
443
444/* load */
445static void handle_f7(int *key, struct menu *current_item)
446{
447 conf_load();
448 return;
449}
450
Nir Tzachara72f3e22010-08-08 16:50:06 +0300451/* search */
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200452static void handle_f8(int *key, struct menu *current_item)
453{
Nir Tzachara72f3e22010-08-08 16:50:06 +0300454 search_conf();
455 return;
456}
457
458/* exit */
459static void handle_f9(int *key, struct menu *current_item)
460{
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200461 do_exit();
462 return;
463}
464
465/* return != 0 to indicate the key was handles */
Michal Marek851190c2010-01-07 13:59:57 +0100466static int process_special_keys(int *key, struct menu *menu)
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200467{
468 int i;
469
470 if (*key == KEY_RESIZE) {
471 setup_windows();
472 return 1;
473 }
474
475 for (i = 0; i < function_keys_num; i++) {
476 if (*key == KEY_F(function_keys[i].key) ||
477 *key == '0' + function_keys[i].key){
478 function_keys[i].handler(key, menu);
479 return 1;
480 }
481 }
482
483 return 0;
484}
485
486static void clean_items(void)
487{
488 int i;
489 for (i = 0; curses_menu_items[i]; i++)
490 free_item(curses_menu_items[i]);
491 bzero(curses_menu_items, sizeof(curses_menu_items));
492 bzero(k_menu_items, sizeof(k_menu_items));
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200493 items_num = 0;
494}
495
Nir Tzachara72f3e22010-08-08 16:50:06 +0300496typedef enum {MATCH_TINKER_PATTERN_UP, MATCH_TINKER_PATTERN_DOWN,
497 FIND_NEXT_MATCH_DOWN, FIND_NEXT_MATCH_UP} match_f;
498
499/* return the index of the matched item, or -1 if no such item exists */
500static int get_mext_match(const char *match_str, match_f flag)
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200501{
Nir Tzachara72f3e22010-08-08 16:50:06 +0300502 int match_start = item_index(current_item(curses_menu));
503 int index;
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200504
Nir Tzachara72f3e22010-08-08 16:50:06 +0300505 if (flag == FIND_NEXT_MATCH_DOWN)
506 ++match_start;
507 else if (flag == FIND_NEXT_MATCH_UP)
508 --match_start;
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200509
Nir Tzachara72f3e22010-08-08 16:50:06 +0300510 index = match_start;
511 index = (index + items_num) % items_num;
512 while (true) {
513 char *str = k_menu_items[index].str;
514 if (strcasestr(str, match_str) != 0)
515 return index;
516 if (flag == FIND_NEXT_MATCH_UP ||
517 flag == MATCH_TINKER_PATTERN_UP)
518 --index;
519 else
520 ++index;
521 index = (index + items_num) % items_num;
522 if (index == match_start)
523 return -1;
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200524 }
525}
526
Nir Tzachara72f3e22010-08-08 16:50:06 +0300527/* Make a new item. */
Michal Marek851190c2010-01-07 13:59:57 +0100528static void item_make(struct menu *menu, char tag, const char *fmt, ...)
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200529{
530 va_list ap;
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200531
532 if (items_num > MAX_MENU_ITEMS-1)
533 return;
534
535 bzero(&k_menu_items[items_num], sizeof(k_menu_items[0]));
536 k_menu_items[items_num].tag = tag;
537 k_menu_items[items_num].usrptr = menu;
538 if (menu != NULL)
539 k_menu_items[items_num].is_visible =
540 menu_is_visible(menu);
541 else
542 k_menu_items[items_num].is_visible = 1;
543
544 va_start(ap, fmt);
Nir Tzachara72f3e22010-08-08 16:50:06 +0300545 vsnprintf(k_menu_items[items_num].str,
546 sizeof(k_menu_items[items_num].str),
547 fmt, ap);
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200548 va_end(ap);
Nir Tzachara72f3e22010-08-08 16:50:06 +0300549
550 if (!k_menu_items[items_num].is_visible)
551 memcpy(k_menu_items[items_num].str, "XXX", 3);
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200552
553 curses_menu_items[items_num] = new_item(
554 k_menu_items[items_num].str,
555 k_menu_items[items_num].str);
556 set_item_userptr(curses_menu_items[items_num],
557 &k_menu_items[items_num]);
558 /*
559 if (!k_menu_items[items_num].is_visible)
560 item_opts_off(curses_menu_items[items_num], O_SELECTABLE);
561 */
562
563 items_num++;
564 curses_menu_items[items_num] = NULL;
565}
566
567/* very hackish. adds a string to the last item added */
Michal Marek851190c2010-01-07 13:59:57 +0100568static void item_add_str(const char *fmt, ...)
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200569{
570 va_list ap;
571 int index = items_num-1;
572 char new_str[256];
573 char tmp_str[256];
574
575 if (index < 0)
576 return;
577
578 va_start(ap, fmt);
579 vsnprintf(new_str, sizeof(new_str), fmt, ap);
580 va_end(ap);
581 snprintf(tmp_str, sizeof(tmp_str), "%s%s",
582 k_menu_items[index].str, new_str);
Nir Tzachara72f3e22010-08-08 16:50:06 +0300583 strncpy(k_menu_items[index].str,
584 tmp_str,
585 sizeof(k_menu_items[index].str));
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200586
587 free_item(curses_menu_items[index]);
588 curses_menu_items[index] = new_item(
589 k_menu_items[index].str,
590 k_menu_items[index].str);
591 set_item_userptr(curses_menu_items[index],
592 &k_menu_items[index]);
593}
594
595/* get the tag of the currently selected item */
Michal Marek851190c2010-01-07 13:59:57 +0100596static char item_tag(void)
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200597{
598 ITEM *cur;
599 struct mitem *mcur;
600
601 cur = current_item(curses_menu);
602 if (cur == NULL)
603 return 0;
604 mcur = (struct mitem *) item_userptr(cur);
605 return mcur->tag;
606}
607
Michal Marek851190c2010-01-07 13:59:57 +0100608static int curses_item_index(void)
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200609{
610 return item_index(current_item(curses_menu));
611}
612
Michal Marek851190c2010-01-07 13:59:57 +0100613static void *item_data(void)
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200614{
615 ITEM *cur;
616 struct mitem *mcur;
617
618 cur = current_item(curses_menu);
Andrej Gelenberg866af402010-08-02 11:59:31 +0200619 if (!cur)
620 return NULL;
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200621 mcur = (struct mitem *) item_userptr(cur);
622 return mcur->usrptr;
623
624}
625
Michal Marek851190c2010-01-07 13:59:57 +0100626static int item_is_tag(char tag)
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200627{
628 return item_tag() == tag;
629}
630
631static char filename[PATH_MAX+1];
632static char menu_backtitle[PATH_MAX+128];
Michal Marek851190c2010-01-07 13:59:57 +0100633static const char *set_config_filename(const char *config_filename)
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200634{
635 int size;
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200636
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200637 size = snprintf(menu_backtitle, sizeof(menu_backtitle),
Arnaud Lacombe09548282010-08-18 01:57:13 -0400638 "%s - %s", config_filename, rootmenu.prompt->text);
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200639 if (size >= sizeof(menu_backtitle))
640 menu_backtitle[sizeof(menu_backtitle)-1] = '\0';
641
642 size = snprintf(filename, sizeof(filename), "%s", config_filename);
643 if (size >= sizeof(filename))
644 filename[sizeof(filename)-1] = '\0';
645 return menu_backtitle;
646}
647
648/* command = 0 is supress, 1 is restore */
649static void supress_stdout(int command)
650{
651 static FILE *org_stdout;
652 static FILE *org_stderr;
653
654 if (command == 0) {
655 org_stdout = stdout;
656 org_stderr = stderr;
657 stdout = fopen("/dev/null", "a");
658 stderr = fopen("/dev/null", "a");
659 } else {
660 fclose(stdout);
661 fclose(stderr);
662 stdout = org_stdout;
663 stderr = org_stderr;
664 }
665}
666
667/* return = 0 means we are successful.
668 * -1 means go on doing what you were doing
669 */
670static int do_exit(void)
671{
672 int res;
673 if (!conf_get_changed()) {
674 global_exit = 1;
675 return 0;
676 }
677 res = btn_dialog(main_window,
Arnaud Lacombe652cf982010-08-14 23:51:40 -0400678 _("Do you wish to save your new configuration?\n"
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200679 "<ESC> to cancel and resume nconfig."),
680 2,
681 " <save> ",
682 "<don't save>");
683 if (res == KEY_EXIT) {
684 global_exit = 0;
685 return -1;
686 }
687
688 /* if we got here, the user really wants to exit */
689 switch (res) {
690 case 0:
691 supress_stdout(0);
692 res = conf_write(filename);
693 supress_stdout(1);
694 if (res)
695 btn_dialog(
696 main_window,
Arnaud Lacombe652cf982010-08-14 23:51:40 -0400697 _("Error during writing of configuration.\n"
698 "Your configuration changes were NOT saved."),
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200699 1,
700 "<OK>");
701 else {
702 char buf[1024];
703 snprintf(buf, 1024,
704 _("Configuration written to %s\n"
Arnaud Lacombe652cf982010-08-14 23:51:40 -0400705 "End of the configuration.\n"
706 "Execute 'make' to start the build or try"
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200707 " 'make help'."), filename);
708 btn_dialog(
709 main_window,
710 buf,
711 1,
712 "<OK>");
713 }
714 break;
715 default:
716 btn_dialog(
717 main_window,
Arnaud Lacombe652cf982010-08-14 23:51:40 -0400718 _("Your configuration changes were NOT saved."),
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200719 1,
720 "<OK>");
721 break;
722 }
723 global_exit = 1;
724 return 0;
725}
726
727
728static void search_conf(void)
729{
730 struct symbol **sym_arr;
731 struct gstr res;
732 char dialog_input_result[100];
733 char *dialog_input;
734 int dres;
735again:
736 dres = dialog_inputbox(main_window,
737 _("Search Configuration Parameter"),
Arnaud Lacombeffb59572010-08-14 23:57:43 -0400738 _("Enter " CONFIG_ " (sub)string to search for "
739 "(with or without \"" CONFIG_ "\")"),
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200740 "", dialog_input_result, 99);
741 switch (dres) {
742 case 0:
743 break;
744 case 1:
745 show_scroll_win(main_window,
746 _("Search Configuration"), search_help);
747 goto again;
748 default:
749 return;
750 }
751
Arnaud Lacombeffb59572010-08-14 23:57:43 -0400752 /* strip the prefix if necessary */
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200753 dialog_input = dialog_input_result;
Arnaud Lacombeffb59572010-08-14 23:57:43 -0400754 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0)
755 dialog_input += strlen(CONFIG_);
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200756
757 sym_arr = sym_re_search(dialog_input);
758 res = get_relations_str(sym_arr);
759 free(sym_arr);
760 show_scroll_win(main_window,
761 _("Search Results"), str_get(&res));
762 str_free(&res);
763}
764
765
766static void build_conf(struct menu *menu)
767{
768 struct symbol *sym;
769 struct property *prop;
770 struct menu *child;
771 int type, tmp, doint = 2;
772 tristate val;
773 char ch;
774
775 if (!menu || (!show_all_items && !menu_is_visible(menu)))
776 return;
777
778 sym = menu->sym;
779 prop = menu->prompt;
780 if (!sym) {
781 if (prop && menu != current_menu) {
782 const char *prompt = menu_get_prompt(menu);
783 enum prop_type ptype;
784 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN;
785 switch (ptype) {
786 case P_MENU:
787 child_count++;
788 prompt = _(prompt);
789 if (single_menu_mode) {
790 item_make(menu, 'm',
791 "%s%*c%s",
792 menu->data ? "-->" : "++>",
793 indent + 1, ' ', prompt);
794 } else
795 item_make(menu, 'm',
796 " %*c%s --->",
797 indent + 1,
798 ' ', prompt);
799
800 if (single_menu_mode && menu->data)
801 goto conf_childs;
802 return;
803 case P_COMMENT:
804 if (prompt) {
805 child_count++;
806 item_make(menu, ':',
807 " %*c*** %s ***",
808 indent + 1, ' ',
809 _(prompt));
810 }
811 break;
812 default:
813 if (prompt) {
814 child_count++;
815 item_make(menu, ':', "---%*c%s",
816 indent + 1, ' ',
817 _(prompt));
818 }
819 }
820 } else
821 doint = 0;
822 goto conf_childs;
823 }
824
825 type = sym_get_type(sym);
826 if (sym_is_choice(sym)) {
827 struct symbol *def_sym = sym_get_choice_value(sym);
828 struct menu *def_menu = NULL;
829
830 child_count++;
831 for (child = menu->list; child; child = child->next) {
832 if (menu_is_visible(child) && child->sym == def_sym)
833 def_menu = child;
834 }
835
836 val = sym_get_tristate_value(sym);
837 if (sym_is_changable(sym)) {
838 switch (type) {
839 case S_BOOLEAN:
840 item_make(menu, 't', "[%c]",
841 val == no ? ' ' : '*');
842 break;
843 case S_TRISTATE:
844 switch (val) {
845 case yes:
846 ch = '*';
847 break;
848 case mod:
849 ch = 'M';
850 break;
851 default:
852 ch = ' ';
853 break;
854 }
855 item_make(menu, 't', "<%c>", ch);
856 break;
857 }
858 } else {
859 item_make(menu, def_menu ? 't' : ':', " ");
860 }
861
862 item_add_str("%*c%s", indent + 1,
863 ' ', _(menu_get_prompt(menu)));
864 if (val == yes) {
865 if (def_menu) {
866 item_add_str(" (%s)",
867 _(menu_get_prompt(def_menu)));
868 item_add_str(" --->");
869 if (def_menu->list) {
870 indent += 2;
871 build_conf(def_menu);
872 indent -= 2;
873 }
874 }
875 return;
876 }
877 } else {
878 if (menu == current_menu) {
879 item_make(menu, ':',
880 "---%*c%s", indent + 1,
881 ' ', _(menu_get_prompt(menu)));
882 goto conf_childs;
883 }
884 child_count++;
885 val = sym_get_tristate_value(sym);
886 if (sym_is_choice_value(sym) && val == yes) {
887 item_make(menu, ':', " ");
888 } else {
889 switch (type) {
890 case S_BOOLEAN:
891 if (sym_is_changable(sym))
892 item_make(menu, 't', "[%c]",
893 val == no ? ' ' : '*');
894 else
895 item_make(menu, 't', "-%c-",
896 val == no ? ' ' : '*');
897 break;
898 case S_TRISTATE:
899 switch (val) {
900 case yes:
901 ch = '*';
902 break;
903 case mod:
904 ch = 'M';
905 break;
906 default:
907 ch = ' ';
908 break;
909 }
910 if (sym_is_changable(sym)) {
911 if (sym->rev_dep.tri == mod)
912 item_make(menu,
913 't', "{%c}", ch);
914 else
915 item_make(menu,
916 't', "<%c>", ch);
917 } else
918 item_make(menu, 't', "-%c-", ch);
919 break;
920 default:
921 tmp = 2 + strlen(sym_get_string_value(sym));
Nir Tzachar68c16ed2010-01-13 07:32:35 +0200922 item_make(menu, 's', " (%s)",
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200923 sym_get_string_value(sym));
924 tmp = indent - tmp + 4;
925 if (tmp < 0)
926 tmp = 0;
927 item_add_str("%*c%s%s", tmp, ' ',
928 _(menu_get_prompt(menu)),
929 (sym_has_value(sym) ||
930 !sym_is_changable(sym)) ? "" :
931 _(" (NEW)"));
932 goto conf_childs;
933 }
934 }
935 item_add_str("%*c%s%s", indent + 1, ' ',
936 _(menu_get_prompt(menu)),
937 (sym_has_value(sym) || !sym_is_changable(sym)) ?
938 "" : _(" (NEW)"));
939 if (menu->prompt && menu->prompt->type == P_MENU) {
940 item_add_str(" --->");
941 return;
942 }
943 }
944
945conf_childs:
946 indent += doint;
947 for (child = menu->list; child; child = child->next)
948 build_conf(child);
949 indent -= doint;
950}
951
952static void reset_menu(void)
953{
954 unpost_menu(curses_menu);
955 clean_items();
956}
957
958/* adjust the menu to show this item.
959 * prefer not to scroll the menu if possible*/
960static void center_item(int selected_index, int *last_top_row)
961{
962 int toprow;
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200963
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200964 set_top_row(curses_menu, *last_top_row);
965 toprow = top_row(curses_menu);
Nir Tzachara72f3e22010-08-08 16:50:06 +0300966 if (selected_index < toprow ||
967 selected_index >= toprow+mwin_max_lines) {
968 toprow = max(selected_index-mwin_max_lines/2, 0);
969 if (toprow >= item_count(curses_menu)-mwin_max_lines)
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200970 toprow = item_count(curses_menu)-mwin_max_lines;
971 set_top_row(curses_menu, toprow);
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200972 }
Nir Tzachara72f3e22010-08-08 16:50:06 +0300973 set_current_item(curses_menu,
974 curses_menu_items[selected_index]);
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +0200975 *last_top_row = toprow;
976 post_menu(curses_menu);
977 refresh_all_windows(main_window);
978}
979
980/* this function assumes reset_menu has been called before */
981static void show_menu(const char *prompt, const char *instructions,
982 int selected_index, int *last_top_row)
983{
984 int maxx, maxy;
985 WINDOW *menu_window;
986
987 current_instructions = instructions;
988
989 clear();
990 wattrset(main_window, attributes[NORMAL]);
991 print_in_middle(stdscr, 1, 0, COLS,
992 menu_backtitle,
993 attributes[MAIN_HEADING]);
994
995 wattrset(main_window, attributes[MAIN_MENU_BOX]);
996 box(main_window, 0, 0);
997 wattrset(main_window, attributes[MAIN_MENU_HEADING]);
998 mvwprintw(main_window, 0, 3, " %s ", prompt);
999 wattrset(main_window, attributes[NORMAL]);
1000
1001 set_menu_items(curses_menu, curses_menu_items);
1002
1003 /* position the menu at the middle of the screen */
1004 scale_menu(curses_menu, &maxy, &maxx);
Nir Tzachar68c16ed2010-01-13 07:32:35 +02001005 maxx = min(maxx, mwin_max_cols-2);
Nir Tzachara72f3e22010-08-08 16:50:06 +03001006 maxy = mwin_max_lines;
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001007 menu_window = derwin(main_window,
1008 maxy,
1009 maxx,
1010 2,
1011 (mwin_max_cols-maxx)/2);
1012 keypad(menu_window, TRUE);
1013 set_menu_win(curses_menu, menu_window);
1014 set_menu_sub(curses_menu, menu_window);
1015
1016 /* must reassert this after changing items, otherwise returns to a
1017 * default of 16
1018 */
1019 set_menu_format(curses_menu, maxy, 1);
1020 center_item(selected_index, last_top_row);
1021 set_menu_format(curses_menu, maxy, 1);
1022
1023 print_function_line();
1024
1025 /* Post the menu */
1026 post_menu(curses_menu);
1027 refresh_all_windows(main_window);
1028}
1029
Nir Tzachara72f3e22010-08-08 16:50:06 +03001030static void adj_match_dir(match_f *match_direction)
1031{
1032 if (*match_direction == FIND_NEXT_MATCH_DOWN)
1033 *match_direction =
1034 MATCH_TINKER_PATTERN_DOWN;
1035 else if (*match_direction == FIND_NEXT_MATCH_UP)
1036 *match_direction =
1037 MATCH_TINKER_PATTERN_UP;
1038 /* else, do no change.. */
1039}
1040
1041struct match_state
1042{
1043 int in_search;
1044 match_f match_direction;
1045 char pattern[256];
1046};
1047
1048/* Return 0 means I have handled the key. In such a case, ans should hold the
1049 * item to center, or -1 otherwise.
1050 * Else return -1 .
1051 */
1052static int do_match(int key, struct match_state *state, int *ans)
1053{
1054 char c = (char) key;
1055 int terminate_search = 0;
1056 *ans = -1;
1057 if (key == '/' || (state->in_search && key == 27)) {
1058 move(0, 0);
1059 refresh();
1060 clrtoeol();
1061 state->in_search = 1-state->in_search;
1062 bzero(state->pattern, sizeof(state->pattern));
1063 state->match_direction = MATCH_TINKER_PATTERN_DOWN;
1064 return 0;
1065 } else if (!state->in_search)
1066 return 1;
1067
1068 if (isalnum(c) || isgraph(c) || c == ' ') {
1069 state->pattern[strlen(state->pattern)] = c;
1070 state->pattern[strlen(state->pattern)] = '\0';
1071 adj_match_dir(&state->match_direction);
1072 *ans = get_mext_match(state->pattern,
1073 state->match_direction);
1074 } else if (key == KEY_DOWN) {
1075 state->match_direction = FIND_NEXT_MATCH_DOWN;
1076 *ans = get_mext_match(state->pattern,
1077 state->match_direction);
1078 } else if (key == KEY_UP) {
1079 state->match_direction = FIND_NEXT_MATCH_UP;
1080 *ans = get_mext_match(state->pattern,
1081 state->match_direction);
1082 } else if (key == KEY_BACKSPACE || key == 127) {
1083 state->pattern[strlen(state->pattern)-1] = '\0';
1084 adj_match_dir(&state->match_direction);
1085 } else
1086 terminate_search = 1;
1087
1088 if (terminate_search) {
1089 state->in_search = 0;
1090 bzero(state->pattern, sizeof(state->pattern));
1091 move(0, 0);
1092 refresh();
1093 clrtoeol();
1094 return -1;
1095 }
1096 return 0;
1097}
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001098
1099static void conf(struct menu *menu)
1100{
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001101 struct menu *submenu = 0;
1102 const char *prompt = menu_get_prompt(menu);
1103 struct symbol *sym;
1104 struct menu *active_menu = NULL;
1105 int res;
1106 int current_index = 0;
1107 int last_top_row = 0;
Nir Tzachara72f3e22010-08-08 16:50:06 +03001108 struct match_state match_state = {
1109 .in_search = 0,
1110 .match_direction = MATCH_TINKER_PATTERN_DOWN,
1111 .pattern = "",
1112 };
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001113
1114 while (!global_exit) {
1115 reset_menu();
1116 current_menu = menu;
1117 build_conf(menu);
1118 if (!child_count)
1119 break;
1120
1121 show_menu(prompt ? _(prompt) : _("Main Menu"),
1122 _(menu_instructions),
1123 current_index, &last_top_row);
1124 keypad((menu_win(curses_menu)), TRUE);
Nir Tzachara72f3e22010-08-08 16:50:06 +03001125 while (!global_exit) {
1126 if (match_state.in_search) {
1127 mvprintw(0, 0,
1128 "searching: %s", match_state.pattern);
1129 clrtoeol();
1130 }
1131 refresh_all_windows(main_window);
1132 res = wgetch(menu_win(curses_menu));
1133 if (!res)
1134 break;
1135 if (do_match(res, &match_state, &current_index) == 0) {
1136 if (current_index != -1)
1137 center_item(current_index,
1138 &last_top_row);
1139 continue;
1140 }
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001141 if (process_special_keys(&res,
1142 (struct menu *) item_data()))
1143 break;
1144 switch (res) {
1145 case KEY_DOWN:
1146 menu_driver(curses_menu, REQ_DOWN_ITEM);
1147 break;
1148 case KEY_UP:
1149 menu_driver(curses_menu, REQ_UP_ITEM);
1150 break;
1151 case KEY_NPAGE:
1152 menu_driver(curses_menu, REQ_SCR_DPAGE);
1153 break;
1154 case KEY_PPAGE:
1155 menu_driver(curses_menu, REQ_SCR_UPAGE);
1156 break;
1157 case KEY_HOME:
1158 menu_driver(curses_menu, REQ_FIRST_ITEM);
1159 break;
1160 case KEY_END:
1161 menu_driver(curses_menu, REQ_LAST_ITEM);
1162 break;
1163 case 'h':
1164 case '?':
1165 show_help((struct menu *) item_data());
1166 break;
1167 }
1168 if (res == 10 || res == 27 ||
1169 res == 32 || res == 'n' || res == 'y' ||
1170 res == KEY_LEFT || res == KEY_RIGHT ||
Nir Tzachara72f3e22010-08-08 16:50:06 +03001171 res == 'm')
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001172 break;
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001173 refresh_all_windows(main_window);
1174 }
1175
1176 refresh_all_windows(main_window);
Nir Tzachara72f3e22010-08-08 16:50:06 +03001177 /* if ESC or left*/
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001178 if (res == 27 || (menu != &rootmenu && res == KEY_LEFT))
1179 break;
1180
1181 /* remember location in the menu */
1182 last_top_row = top_row(curses_menu);
1183 current_index = curses_item_index();
1184
1185 if (!item_tag())
1186 continue;
1187
1188 submenu = (struct menu *) item_data();
1189 active_menu = (struct menu *)item_data();
1190 if (!submenu || !menu_is_visible(submenu))
1191 continue;
1192 if (submenu)
1193 sym = submenu->sym;
1194 else
1195 sym = NULL;
1196
1197 switch (res) {
1198 case ' ':
1199 if (item_is_tag('t'))
1200 sym_toggle_tristate_value(sym);
1201 else if (item_is_tag('m'))
1202 conf(submenu);
1203 break;
1204 case KEY_RIGHT:
1205 case 10: /* ENTER WAS PRESSED */
1206 switch (item_tag()) {
1207 case 'm':
1208 if (single_menu_mode)
1209 submenu->data =
1210 (void *) (long) !submenu->data;
1211 else
1212 conf(submenu);
1213 break;
1214 case 't':
1215 if (sym_is_choice(sym) &&
1216 sym_get_tristate_value(sym) == yes)
1217 conf_choice(submenu);
1218 else if (submenu->prompt &&
1219 submenu->prompt->type == P_MENU)
1220 conf(submenu);
1221 else if (res == 10)
1222 sym_toggle_tristate_value(sym);
1223 break;
1224 case 's':
1225 conf_string(submenu);
1226 break;
1227 }
1228 break;
1229 case 'y':
1230 if (item_is_tag('t')) {
1231 if (sym_set_tristate_value(sym, yes))
1232 break;
1233 if (sym_set_tristate_value(sym, mod))
1234 btn_dialog(main_window, setmod_text, 0);
1235 }
1236 break;
1237 case 'n':
1238 if (item_is_tag('t'))
1239 sym_set_tristate_value(sym, no);
1240 break;
1241 case 'm':
1242 if (item_is_tag('t'))
1243 sym_set_tristate_value(sym, mod);
1244 break;
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001245 }
1246 }
1247}
1248
1249static void show_help(struct menu *menu)
1250{
1251 struct gstr help = str_new();
1252
1253 if (menu && menu->sym && menu_has_help(menu)) {
1254 if (menu->sym->name) {
Arnaud Lacombeffb59572010-08-14 23:57:43 -04001255 str_printf(&help, "%s%s:\n\n", CONFIG_, menu->sym->name);
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001256 str_append(&help, _(menu_get_help(menu)));
1257 str_append(&help, "\n");
1258 get_symbol_str(&help, menu->sym);
1259 }
1260 } else {
1261 str_append(&help, nohelp_text);
1262 }
1263 show_scroll_win(main_window, _(menu_get_prompt(menu)), str_get(&help));
1264 str_free(&help);
1265}
1266
1267static void conf_choice(struct menu *menu)
1268{
1269 const char *prompt = _(menu_get_prompt(menu));
1270 struct menu *child = 0;
1271 struct symbol *active;
1272 int selected_index = 0;
1273 int last_top_row = 0;
1274 int res, i = 0;
Nir Tzachara72f3e22010-08-08 16:50:06 +03001275 struct match_state match_state = {
1276 .in_search = 0,
1277 .match_direction = MATCH_TINKER_PATTERN_DOWN,
1278 .pattern = "",
1279 };
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001280
1281 active = sym_get_choice_value(menu->sym);
1282 /* this is mostly duplicated from the conf() function. */
1283 while (!global_exit) {
1284 reset_menu();
1285
1286 for (i = 0, child = menu->list; child; child = child->next) {
1287 if (!show_all_items && !menu_is_visible(child))
1288 continue;
1289
1290 if (child->sym == sym_get_choice_value(menu->sym))
1291 item_make(child, ':', "<X> %s",
1292 _(menu_get_prompt(child)));
1293 else
1294 item_make(child, ':', " %s",
1295 _(menu_get_prompt(child)));
1296 if (child->sym == active){
1297 last_top_row = top_row(curses_menu);
1298 selected_index = i;
1299 }
1300 i++;
1301 }
1302 show_menu(prompt ? _(prompt) : _("Choice Menu"),
1303 _(radiolist_instructions),
1304 selected_index,
1305 &last_top_row);
Nir Tzachara72f3e22010-08-08 16:50:06 +03001306 while (!global_exit) {
1307 if (match_state.in_search) {
1308 mvprintw(0, 0, "searching: %s",
1309 match_state.pattern);
1310 clrtoeol();
1311 }
1312 refresh_all_windows(main_window);
1313 res = wgetch(menu_win(curses_menu));
1314 if (!res)
1315 break;
1316 if (do_match(res, &match_state, &selected_index) == 0) {
1317 if (selected_index != -1)
1318 center_item(selected_index,
1319 &last_top_row);
1320 continue;
1321 }
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001322 if (process_special_keys(
1323 &res,
1324 (struct menu *) item_data()))
1325 break;
1326 switch (res) {
1327 case KEY_DOWN:
1328 menu_driver(curses_menu, REQ_DOWN_ITEM);
1329 break;
1330 case KEY_UP:
1331 menu_driver(curses_menu, REQ_UP_ITEM);
1332 break;
1333 case KEY_NPAGE:
1334 menu_driver(curses_menu, REQ_SCR_DPAGE);
1335 break;
1336 case KEY_PPAGE:
1337 menu_driver(curses_menu, REQ_SCR_UPAGE);
1338 break;
1339 case KEY_HOME:
1340 menu_driver(curses_menu, REQ_FIRST_ITEM);
1341 break;
1342 case KEY_END:
1343 menu_driver(curses_menu, REQ_LAST_ITEM);
1344 break;
1345 case 'h':
1346 case '?':
1347 show_help((struct menu *) item_data());
1348 break;
1349 }
1350 if (res == 10 || res == 27 || res == ' ' ||
Nir Tzachara72f3e22010-08-08 16:50:06 +03001351 res == KEY_LEFT){
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001352 break;
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001353 }
1354 refresh_all_windows(main_window);
1355 }
1356 /* if ESC or left */
1357 if (res == 27 || res == KEY_LEFT)
1358 break;
1359
1360 child = item_data();
1361 if (!child || !menu_is_visible(child))
1362 continue;
1363 switch (res) {
1364 case ' ':
1365 case 10:
1366 case KEY_RIGHT:
1367 sym_set_tristate_value(child->sym, yes);
1368 return;
1369 case 'h':
1370 case '?':
1371 show_help(child);
1372 active = child->sym;
1373 break;
1374 case KEY_EXIT:
1375 return;
1376 }
1377 }
1378}
1379
1380static void conf_string(struct menu *menu)
1381{
1382 const char *prompt = menu_get_prompt(menu);
1383 char dialog_input_result[256];
1384
1385 while (1) {
1386 int res;
1387 const char *heading;
1388
1389 switch (sym_get_type(menu->sym)) {
1390 case S_INT:
1391 heading = _(inputbox_instructions_int);
1392 break;
1393 case S_HEX:
1394 heading = _(inputbox_instructions_hex);
1395 break;
1396 case S_STRING:
1397 heading = _(inputbox_instructions_string);
1398 break;
1399 default:
1400 heading = _("Internal nconf error!");
1401 }
1402 res = dialog_inputbox(main_window,
1403 prompt ? _(prompt) : _("Main Menu"),
1404 heading,
1405 sym_get_string_value(menu->sym),
1406 dialog_input_result,
1407 sizeof(dialog_input_result));
1408 switch (res) {
1409 case 0:
1410 if (sym_set_string_value(menu->sym,
1411 dialog_input_result))
1412 return;
1413 btn_dialog(main_window,
1414 _("You have made an invalid entry."), 0);
1415 break;
1416 case 1:
1417 show_help(menu);
1418 break;
1419 case KEY_EXIT:
1420 return;
1421 }
1422 }
1423}
1424
1425static void conf_load(void)
1426{
1427 char dialog_input_result[256];
1428 while (1) {
1429 int res;
1430 res = dialog_inputbox(main_window,
1431 NULL, load_config_text,
1432 filename,
1433 dialog_input_result,
1434 sizeof(dialog_input_result));
1435 switch (res) {
1436 case 0:
1437 if (!dialog_input_result[0])
1438 return;
1439 if (!conf_read(dialog_input_result)) {
1440 set_config_filename(dialog_input_result);
1441 sym_set_change_count(1);
1442 return;
1443 }
1444 btn_dialog(main_window, _("File does not exist!"), 0);
1445 break;
1446 case 1:
1447 show_scroll_win(main_window,
1448 _("Load Alternate Configuration"),
1449 load_config_help);
1450 break;
1451 case KEY_EXIT:
1452 return;
1453 }
1454 }
1455}
1456
1457static void conf_save(void)
1458{
1459 char dialog_input_result[256];
1460 while (1) {
1461 int res;
1462 res = dialog_inputbox(main_window,
1463 NULL, save_config_text,
1464 filename,
1465 dialog_input_result,
1466 sizeof(dialog_input_result));
1467 switch (res) {
1468 case 0:
1469 if (!dialog_input_result[0])
1470 return;
1471 supress_stdout(0);
1472 res = conf_write(dialog_input_result);
1473 supress_stdout(1);
1474 if (!res) {
1475 char buf[1024];
1476 sprintf(buf, "%s %s",
1477 _("configuration file saved to: "),
1478 dialog_input_result);
1479 btn_dialog(main_window,
1480 buf, 1, "<OK>");
1481 set_config_filename(dialog_input_result);
1482 return;
1483 }
1484 btn_dialog(main_window, _("Can't create file! "
1485 "Probably a nonexistent directory."),
1486 1, "<OK>");
1487 break;
1488 case 1:
1489 show_scroll_win(main_window,
1490 _("Save Alternate Configuration"),
1491 save_config_help);
1492 break;
1493 case KEY_EXIT:
1494 return;
1495 }
1496 }
1497}
1498
1499void setup_windows(void)
1500{
1501 if (main_window != NULL)
1502 delwin(main_window);
1503
1504 /* set up the menu and menu window */
1505 main_window = newwin(LINES-2, COLS-2, 2, 1);
1506 keypad(main_window, TRUE);
Nir Tzachara72f3e22010-08-08 16:50:06 +03001507 mwin_max_lines = LINES-7;
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001508 mwin_max_cols = COLS-6;
1509
1510 /* panels order is from bottom to top */
1511 new_panel(main_window);
1512}
1513
1514int main(int ac, char **av)
1515{
1516 char *mode;
1517
1518 setlocale(LC_ALL, "");
1519 bindtextdomain(PACKAGE, LOCALEDIR);
1520 textdomain(PACKAGE);
1521
1522 conf_parse(av[1]);
1523 conf_read(NULL);
1524
1525 mode = getenv("NCONFIG_MODE");
1526 if (mode) {
1527 if (!strcasecmp(mode, "single_menu"))
1528 single_menu_mode = 1;
1529 }
1530
1531 /* Initialize curses */
1532 initscr();
1533 /* set color theme */
1534 set_colors();
1535
1536 cbreak();
1537 noecho();
1538 keypad(stdscr, TRUE);
1539 curs_set(0);
1540
1541 if (COLS < 75 || LINES < 20) {
1542 endwin();
1543 printf("Your terminal should have at "
1544 "least 20 lines and 75 columns\n");
1545 return 1;
1546 }
1547
1548 notimeout(stdscr, FALSE);
1549 ESCDELAY = 1;
1550
1551 /* set btns menu */
1552 curses_menu = new_menu(curses_menu_items);
1553 menu_opts_off(curses_menu, O_SHOWDESC);
Nir Tzachara72f3e22010-08-08 16:50:06 +03001554 menu_opts_on(curses_menu, O_SHOWMATCH);
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001555 menu_opts_on(curses_menu, O_ONEVALUE);
1556 menu_opts_on(curses_menu, O_NONCYCLIC);
Nir Tzachara72f3e22010-08-08 16:50:06 +03001557 menu_opts_on(curses_menu, O_IGNORECASE);
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001558 set_menu_mark(curses_menu, " ");
1559 set_menu_fore(curses_menu, attributes[MAIN_MENU_FORE]);
1560 set_menu_back(curses_menu, attributes[MAIN_MENU_BACK]);
1561 set_menu_grey(curses_menu, attributes[MAIN_MENU_GREY]);
1562
1563 set_config_filename(conf_get_configname());
1564 setup_windows();
1565
1566 /* check for KEY_FUNC(1) */
1567 if (has_key(KEY_F(1)) == FALSE) {
1568 show_scroll_win(main_window,
1569 _("Instructions"),
1570 _(menu_no_f_instructions));
1571 }
1572
nir.tzachar@gmail.com692d97c2009-11-25 12:28:43 +02001573 /* do the work */
1574 while (!global_exit) {
1575 conf(&rootmenu);
1576 if (!global_exit && do_exit() == 0)
1577 break;
1578 }
1579 /* ok, we are done */
1580 unpost_menu(curses_menu);
1581 free_menu(curses_menu);
1582 delwin(main_window);
1583 clear();
1584 refresh();
1585 endwin();
1586 return 0;
1587}
1588