diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-04 16:12:33 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-04 16:12:33 +0200 |
commit | bede215cf105377a1127532d2d710924cb58cc39 (patch) | |
tree | d0227961b7eb002cb03653f2e69211e6cf13d598 /libbb/Config.src | |
parent | 4840ae8a06298e987374fa3cc6d7e4969fd19344 (diff) | |
download | busybox-w32-bede215cf105377a1127532d2d710924cb58cc39.tar.gz busybox-w32-bede215cf105377a1127532d2d710924cb58cc39.tar.bz2 busybox-w32-bede215cf105377a1127532d2d710924cb58cc39.zip |
lineedit: add support for history saving on exit
Based on the patch by Dennis Groenen <tj.groenen@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Config.src')
-rw-r--r-- | libbb/Config.src | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libbb/Config.src b/libbb/Config.src index aa442365a..f6f88b9ce 100644 --- a/libbb/Config.src +++ b/libbb/Config.src | |||
@@ -94,6 +94,13 @@ 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_EDITING_SAVE_ON_EXIT | ||
98 | bool "Save history on shell exit, not after every command" | ||
99 | default n | ||
100 | depends on FEATURE_EDITING_SAVEHISTORY | ||
101 | help | ||
102 | Save history on shell exit, not after every command. | ||
103 | |||
97 | config FEATURE_REVERSE_SEARCH | 104 | config FEATURE_REVERSE_SEARCH |
98 | bool "Reverse history search" | 105 | bool "Reverse history search" |
99 | default y | 106 | default y |