aboutsummaryrefslogtreecommitdiff
path: root/scripts
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 /scripts
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 'scripts')
-rw-r--r--scripts/defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/defconfig b/scripts/defconfig
index a38a511e4..109af6510 100644
--- a/scripts/defconfig
+++ b/scripts/defconfig
@@ -73,7 +73,6 @@ CONFIG_FEATURE_FAST_TOP=y
73# CONFIG_FEATURE_ETC_NETWORKS is not set 73# CONFIG_FEATURE_ETC_NETWORKS is not set
74CONFIG_FEATURE_EDITING=y 74CONFIG_FEATURE_EDITING=y
75CONFIG_FEATURE_EDITING_MAX_LEN=1024 75CONFIG_FEATURE_EDITING_MAX_LEN=1024
76# CONFIG_FEATURE_EDITING_FANCY_KEYS is not set
77# CONFIG_FEATURE_EDITING_VI is not set 76# CONFIG_FEATURE_EDITING_VI is not set
78CONFIG_FEATURE_EDITING_HISTORY=15 77CONFIG_FEATURE_EDITING_HISTORY=15
79# CONFIG_FEATURE_EDITING_SAVEHISTORY is not set 78# CONFIG_FEATURE_EDITING_SAVEHISTORY is not set