diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-21 19:21:21 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-21 19:21:21 +0000 |
commit | 00cdbd8fc20a4e2e2208f90a2691a3806c931b06 (patch) | |
tree | 3b68fdca42dd9fe48565c58eeefa0b14d0b2ac6c /shell/Config.in | |
parent | 5592fac30812f3ca908961cd75a08a009baa7bb6 (diff) | |
download | busybox-w32-00cdbd8fc20a4e2e2208f90a2691a3806c931b06.tar.gz busybox-w32-00cdbd8fc20a4e2e2208f90a2691a3806c931b06.tar.bz2 busybox-w32-00cdbd8fc20a4e2e2208f90a2691a3806c931b06.zip |
Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disable
less-known keys (e.g. Ctrl-B/E/F)
Diffstat (limited to 'shell/Config.in')
-rw-r--r-- | shell/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/Config.in b/shell/Config.in index 9ac233155..15c52be54 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -247,6 +247,14 @@ config FEATURE_COMMAND_EDITING | |||
247 | help | 247 | help |
248 | Enable command editing in shell. | 248 | Enable command editing in shell. |
249 | 249 | ||
250 | config FEATURE_EDITING_FANCY_KEYS | ||
251 | bool "Additional editing keys" | ||
252 | default n | ||
253 | depends on FEATURE_COMMAND_EDITING | ||
254 | help | ||
255 | Enable additonal editing keys (Ctrl-E, Ctrl-U etc). | ||
256 | Arrow keys, Home/End/Delete and Ctrl-W work even without this option. | ||
257 | |||
250 | config FEATURE_COMMAND_EDITING_VI | 258 | config FEATURE_COMMAND_EDITING_VI |
251 | bool "vi-style line editing commands" | 259 | bool "vi-style line editing commands" |
252 | default n | 260 | default n |