diff options
Diffstat (limited to 'libbb/Config.src')
-rw-r--r-- | libbb/Config.src | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libbb/Config.src b/libbb/Config.src index 0ea8f43ab..aa442365a 100644 --- a/libbb/Config.src +++ b/libbb/Config.src | |||
@@ -94,6 +94,14 @@ config FEATURE_EDITING_SAVEHISTORY | |||
94 | help | 94 | help |
95 | Enable history saving in shells. | 95 | Enable history saving in shells. |
96 | 96 | ||
97 | config FEATURE_REVERSE_SEARCH | ||
98 | bool "Reverse history search" | ||
99 | default y | ||
100 | depends on FEATURE_EDITING_SAVEHISTORY | ||
101 | help | ||
102 | Enable readline-like Ctrl-R combination for reverse history search. | ||
103 | Increases code by about 0.5k. | ||
104 | |||
97 | config FEATURE_TAB_COMPLETION | 105 | config FEATURE_TAB_COMPLETION |
98 | bool "Tab completion" | 106 | bool "Tab completion" |
99 | default y | 107 | default y |