[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
cmdline.c: ESC at any time exits: only mentioned once
From: |
jidanni |
Subject: |
cmdline.c: ESC at any time exits: only mentioned once |
Date: |
Sat, 27 Dec 2008 03:48:23 +0800 |
Gentlemen, there is a serious usability problem with cmdline.c.
At the very start the user sees the message made by
grub_printf ("\
[ Minimal BASH-like line editing is supported. For the first word, TAB\n\
lists possible command completions. Anywhere else TAB lists possible\n\
device/file completions.%s ]\n\n",
nested ? " ESC at any time exits." : "");
The problem is, just let him type "help" just once...
The note about "ESC at any time exits" is now gone from the screen.
He now faces a list of the help commands, with NO "exit" or "quit"
choices.
No. Not even the tiniest hint left about how to get back out.
> If he is smart he would have remembered "ESC at any time exits".
But he is just average, not smart.
He ends up choosing "reboot", the only choice that seems like it will
get him BACK.
Therefore, please add
"ESC at any time exits" to the bottom of the help list.
No, I don't know how to make this patch.
You will have to do it for me.
Also note the help list must still fit on one screen after the patch.
Thank you.
- [PATCH] menu.c clearer instructions, jidanni, 2008/12/26
- cmdline.c: ESC at any time exits: only mentioned once,
jidanni <=
- Re: [PATCH] menu.c clearer instructions, Carles Pina i Estany, 2008/12/26
- Re: [PATCH] menu.c clearer instructions, jidanni, 2008/12/26
- Re: [PATCH] menu.c clearer instructions, Pavel Roskin, 2008/12/27
- Re: [PATCH] menu.c clearer instructions, jidanni, 2008/12/27
- Re: [PATCH] menu.c clearer instructions, jidanni, 2008/12/29
- Re: [PATCH] menu.c clearer instructions, Jerone Young, 2008/12/30
- Re: [PATCH] menu.c clearer instructions, jidanni, 2008/12/31