diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-30 21:39:19 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-30 21:39:19 +0100 |
commit | fe0dc34746b141f158908e311b405dd332c3dcb1 (patch) | |
tree | d8b63d2bcc4b06950e13e2959fd93a8eabc67294 | |
parent | f23264b35f5bb138c6c3676079251e71bee42c8a (diff) | |
download | busybox-w32-fe0dc34746b141f158908e311b405dd332c3dcb1.tar.gz busybox-w32-fe0dc34746b141f158908e311b405dd332c3dcb1.tar.bz2 busybox-w32-fe0dc34746b141f158908e311b405dd332c3dcb1.zip |
lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | libbb/Config.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Config.src b/libbb/Config.src index b02ea14b0..6ba256290 100644 --- a/libbb/Config.src +++ b/libbb/Config.src | |||
@@ -114,7 +114,7 @@ config FEATURE_EDITING_SAVE_ON_EXIT | |||
114 | config FEATURE_REVERSE_SEARCH | 114 | config FEATURE_REVERSE_SEARCH |
115 | bool "Reverse history search" | 115 | bool "Reverse history search" |
116 | default y | 116 | default y |
117 | depends on FEATURE_EDITING_SAVEHISTORY | 117 | depends on FEATURE_EDITING |
118 | help | 118 | help |
119 | Enable readline-like Ctrl-R combination for reverse history search. | 119 | Enable readline-like Ctrl-R combination for reverse history search. |
120 | Increases code by about 0.5k. | 120 | Increases code by about 0.5k. |