diff options
Diffstat (limited to '')
-rw-r--r-- | libbb/Config.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/Config.src b/libbb/Config.src index ed6521c33..eff327c2a 100644 --- a/libbb/Config.src +++ b/libbb/Config.src | |||
@@ -192,8 +192,8 @@ config FEATURE_EDITING_VI | |||
192 | config FEATURE_EDITING_HISTORY | 192 | config FEATURE_EDITING_HISTORY |
193 | int "History size" | 193 | int "History size" |
194 | # Don't allow way too big values here, code uses fixed "char *history[N]" struct member | 194 | # Don't allow way too big values here, code uses fixed "char *history[N]" struct member |
195 | range 0 9999 | 195 | range 0 2000 |
196 | default 255 | 196 | default 200 |
197 | depends on FEATURE_EDITING | 197 | depends on FEATURE_EDITING |
198 | help | 198 | help |
199 | Specify command history size (0 - disable). | 199 | Specify command history size (0 - disable). |