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 b980f19a9..55e670dcd 100644 --- a/libbb/Config.src +++ b/libbb/Config.src | |||
@@ -182,8 +182,8 @@ config FEATURE_EDITING_VI | |||
182 | config FEATURE_EDITING_HISTORY | 182 | config FEATURE_EDITING_HISTORY |
183 | int "History size" | 183 | int "History size" |
184 | # Don't allow way too big values here, code uses fixed "char *history[N]" struct member | 184 | # Don't allow way too big values here, code uses fixed "char *history[N]" struct member |
185 | range 0 9999 | 185 | range 0 2000 |
186 | default 255 | 186 | default 200 |
187 | depends on FEATURE_EDITING | 187 | depends on FEATURE_EDITING |
188 | help | 188 | help |
189 | Specify command history size (0 - disable). | 189 | Specify command history size (0 - disable). |