From 33942bb1fa6e4c5bd0b3b4b82a3137af1b8ce915 Mon Sep 17 00:00:00 2001 From: andersen Date: Mon, 30 Jun 2003 18:14:36 +0000 Subject: Patch from Pavel Roskin to fixup toplevel help text git-svn-id: svn://busybox.net/trunk/busybox@7014 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- scripts/config/mconf.c | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c index 476e78adc..1ea512eff 100644 --- a/scripts/config/mconf.c +++ b/scripts/config/mconf.c @@ -83,7 +83,17 @@ save_config_help[] = "configuration options you have selected at that time.\n" "\n" "If you are uncertain what all this means then you should probably\n" - "leave this blank.\n" + "leave this blank.\n", +top_menu_help[] = + "\n" + "Use the Up/Down arrow keys (cursor keys) to highlight the item\n" + "you wish to change or submenu wish to select and press .\n" + "Submenus are designated by \"--->\".\n" + "\n" + "Shortcut: Press the option's highlighted letter (hotkey).\n" + "\n" + "You may also use the and keys to scroll\n" + "unseen options into view.\n" ; static char filename[PATH_MAX+1] = ".config"; @@ -468,8 +478,7 @@ static void show_help(struct menu *menu) static void show_readme(void) { - while (dialog_textbox(NULL, "scripts/README.Menuconfig", rows, cols) < 0) - ; + show_helptext("Help", top_menu_help); } static void conf_choice(struct menu *menu) -- cgit v1.2.3-55-g6feb