From fe0dc34746b141f158908e311b405dd332c3dcb1 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 30 Oct 2015 21:39:19 +0100 Subject: lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY Signed-off-by: Denys Vlasenko --- libbb/Config.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/Config.src') 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. -- cgit v1.2.3