diff options
Diffstat (limited to '')
-rw-r--r-- | libbb/Config.src | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libbb/Config.src b/libbb/Config.src index b980f19a9..61b4601d6 100644 --- a/libbb/Config.src +++ b/libbb/Config.src | |||
@@ -188,6 +188,16 @@ config FEATURE_EDITING_HISTORY | |||
188 | help | 188 | help |
189 | Specify command history size (0 - disable). | 189 | Specify command history size (0 - disable). |
190 | 190 | ||
191 | config FEATURE_EDITING_HISTORY_DEFAULT | ||
192 | int "Default history size" | ||
193 | range 0 FEATURE_EDITING_HISTORY | ||
194 | default 255 | ||
195 | depends on PLATFORM_MINGW32 && FEATURE_EDITING && FEATURE_SH_HISTFILESIZE | ||
196 | help | ||
197 | Specify default command history size. This may be smaller than | ||
198 | FEATURE_EDITING_HISTORY, in which case the user may increase | ||
199 | the history size by setting HISTFILESIZE. | ||
200 | |||
191 | config FEATURE_EDITING_SAVEHISTORY | 201 | config FEATURE_EDITING_SAVEHISTORY |
192 | bool "History saving" | 202 | bool "History saving" |
193 | default y | 203 | default y |