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 /libbb/Config.src | |
parent | f23264b35f5bb138c6c3676079251e71bee42c8a (diff) |
lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Config.src')
-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 config FEATURE_REVERSE_SEARCH bool "Reverse history search" default y - depends on FEATURE_EDITING_SAVEHISTORY + depends on FEATURE_EDITING help Enable readline-like Ctrl-R combination for reverse history search. Increases code by about 0.5k. |