From 350d26bbbb127284cefb877b8380049e65665b15 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Tue, 3 Dec 2002 22:45:46 +0000 Subject: - 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. --- shell/config.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/config.in') 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' bool 'command line editing' CONFIG_FEATURE_COMMAND_EDITING bool 'tab completion' CONFIG_FEATURE_COMMAND_TAB_COMPLETION bool 'username completion' CONFIG_FEATURE_COMMAND_USERNAME_COMPLETION +int 'history size' CONFIG_FEATURE_COMMAND_HISTORY 15 +bool 'history saving (currently only ash)' CONFIG_FEATURE_COMMAND_SAVEHISTORY bool 'Standalone shell' CONFIG_FEATURE_SH_STANDALONE_SHELL bool 'Standalone shell -- applets always win' CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN bool 'Fancy shell prompts' CONFIG_FEATURE_SH_FANCY_PROMPT -- cgit v1.2.3