summaryrefslogtreecommitdiff
path: root/libbb/Config.in
diff options
context:
space:
mode:
authorPaul Fox <pgf@brightstareng.com>2008-01-18 20:41:24 +0000
committerPaul Fox <pgf@brightstareng.com>2008-01-18 20:41:24 +0000
commit518d8dd97949be5303a405bedd26d0f325854c84 (patch)
tree5c14e2e97d6abd7df39fbe3897d4f5ec720a7fc9 /libbb/Config.in
parent52432f2b06c28038fbe60f0eed80905ac7ff7ee5 (diff)
downloadbusybox-w32-518d8dd97949be5303a405bedd26d0f325854c84.tar.gz
busybox-w32-518d8dd97949be5303a405bedd26d0f325854c84.tar.bz2
busybox-w32-518d8dd97949be5303a405bedd26d0f325854c84.zip
eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savings
was small, compared to the total size of the command-line editing features, and it removed key bindings that most wouldn't consider "fancy", like ^U, and 'l' and 'h' in vi mode, ^F and ^B in emacs mode.
Diffstat (limited to 'libbb/Config.in')
-rw-r--r--libbb/Config.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/libbb/Config.in b/libbb/Config.in
index 6bbeffb43..0ad4381d9 100644
--- a/libbb/Config.in
+++ b/libbb/Config.in
@@ -57,14 +57,6 @@ config FEATURE_EDITING_MAX_LEN
57 You may want to decrease this parameter if your target machine 57 You may want to decrease this parameter if your target machine
58 benefits from smaller stack usage. 58 benefits from smaller stack usage.
59 59
60config FEATURE_EDITING_FANCY_KEYS
61 bool "Additional editing keys"
62 default n
63 depends on FEATURE_EDITING
64 help
65 Enable additonal editing keys (Ctrl-E, Ctrl-U etc).
66 Arrow keys, Home/End/Delete and Ctrl-W work even without this option.
67
68config FEATURE_EDITING_VI 60config FEATURE_EDITING_VI
69 bool "vi-style line editing commands" 61 bool "vi-style line editing commands"
70 default n 62 default n