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 /scripts | |
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 'scripts')
-rw-r--r-- | scripts/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index fc43deb2d..503f12a01 100644 --- a/scripts/defconfig +++ b/scripts/defconfig | |||
@@ -632,6 +632,7 @@ CONFIG_FEATURE_SH_IS_NONE=y | |||
632 | # CONFIG_FEATURE_SH_EXTRA_QUIET is not set | 632 | # CONFIG_FEATURE_SH_EXTRA_QUIET is not set |
633 | # CONFIG_FEATURE_SH_STANDALONE_SHELL is not set | 633 | # CONFIG_FEATURE_SH_STANDALONE_SHELL is not set |
634 | # CONFIG_FEATURE_COMMAND_EDITING is not set | 634 | # CONFIG_FEATURE_COMMAND_EDITING is not set |
635 | # CONFIG_FEATURE_EDITING_FANCY_KEYS is not set | ||
635 | # CONFIG_FEATURE_COMMAND_EDITING_VI is not set | 636 | # CONFIG_FEATURE_COMMAND_EDITING_VI is not set |
636 | CONFIG_FEATURE_COMMAND_HISTORY= | 637 | CONFIG_FEATURE_COMMAND_HISTORY= |
637 | # CONFIG_FEATURE_COMMAND_SAVEHISTORY is not set | 638 | # CONFIG_FEATURE_COMMAND_SAVEHISTORY is not set |