diff options
author | Benjamin Poirier <bpoirier@suse.de> | 2012-07-24 16:12:02 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2012-07-26 12:20:43 +0200 |
commit | 9d4792c9b4e9cab75e657cec0c140875472d16f0 (patch) | |
tree | 63dec33373a5ac72216930c77869804e3260ae52 /scripts/kconfig/mconf.c | |
parent | 1925a276afa78c305dacb7f2da11825bffecad44 (diff) | |
download | op-kernel-dev-9d4792c9b4e9cab75e657cec0c140875472d16f0.zip op-kernel-dev-9d4792c9b4e9cab75e657cec0c140875472d16f0.tar.gz |
menuconfig: add u, d, q command keys in text boxes
They function just like they do in less(1).
Signed-off-by: Benjamin Poirier <bpoirier@suse.de>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/kconfig/mconf.c')
-rw-r--r-- | scripts/kconfig/mconf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index f606738..f584a28 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c @@ -105,10 +105,10 @@ static const char mconf_readme[] = N_( "Text Box (Help Window)\n" "--------\n" "o Use the cursor keys to scroll up/down/left/right. The VI editor\n" -" keys h,j,k,l function here as do <SPACE BAR> and <B> for those\n" -" who are familiar with less and lynx.\n" +" keys h,j,k,l function here as do <u>, <d>, <SPACE BAR> and <B> for \n" +" those who are familiar with less and lynx.\n" "\n" -"o Press <E>, <X>, <Enter> or <Esc><Esc> to exit.\n" +"o Press <E>, <X>, <q>, <Enter> or <Esc><Esc> to exit.\n" "\n" "\n" "Alternate Configuration Files\n" |