diff options
author | Robert Griebl <griebl@gmx.de> | 2002-12-03 22:45:46 +0000 |
---|---|---|
committer | Robert Griebl <griebl@gmx.de> | 2002-12-03 22:45:46 +0000 |
commit | 350d26bbbb127284cefb877b8380049e65665b15 (patch) | |
tree | 82f389342d1b840a6daf6a9b0e9ada9eba108693 /shell/config.in | |
parent | 3ba7ceebfc8035fa618c99b27f6995a5bc6997ac (diff) | |
download | busybox-w32-350d26bbbb127284cefb877b8380049e65665b15.tar.gz busybox-w32-350d26bbbb127284cefb877b8380049e65665b15.tar.bz2 busybox-w32-350d26bbbb127284cefb877b8380049e65665b15.zip |
- the number of commands in the history list is now configureable via the
config system
- added a new config option to allow persistant history lists. This is
currently only used by ash, but the calls ({load,save}_history) could
be added to the other shells as well.
Diffstat (limited to 'shell/config.in')
-rw-r--r-- | shell/config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/config.in b/shell/config.in index b34c23845..cb1365b9d 100644 --- a/shell/config.in +++ b/shell/config.in | |||
@@ -52,6 +52,8 @@ comment 'Bourne Shell Options' | |||
52 | bool 'command line editing' CONFIG_FEATURE_COMMAND_EDITING | 52 | bool 'command line editing' CONFIG_FEATURE_COMMAND_EDITING |
53 | bool 'tab completion' CONFIG_FEATURE_COMMAND_TAB_COMPLETION | 53 | bool 'tab completion' CONFIG_FEATURE_COMMAND_TAB_COMPLETION |
54 | bool 'username completion' CONFIG_FEATURE_COMMAND_USERNAME_COMPLETION | 54 | bool 'username completion' CONFIG_FEATURE_COMMAND_USERNAME_COMPLETION |
55 | int 'history size' CONFIG_FEATURE_COMMAND_HISTORY 15 | ||
56 | bool 'history saving (currently only ash)' CONFIG_FEATURE_COMMAND_SAVEHISTORY | ||
55 | bool 'Standalone shell' CONFIG_FEATURE_SH_STANDALONE_SHELL | 57 | bool 'Standalone shell' CONFIG_FEATURE_SH_STANDALONE_SHELL |
56 | bool 'Standalone shell -- applets always win' CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN | 58 | bool 'Standalone shell -- applets always win' CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN |
57 | bool 'Fancy shell prompts' CONFIG_FEATURE_SH_FANCY_PROMPT | 59 | bool 'Fancy shell prompts' CONFIG_FEATURE_SH_FANCY_PROMPT |