- 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.
This commit is contained in:
Robert Griebl
2002-12-03 22:45:46 +00:00
parent 3ba7ceebfc
commit 350d26bbbb
4 changed files with 69 additions and 1 deletions

View File

@ -3,4 +3,7 @@
int cmdedit_read_input(char* promptStr, char* command);
void load_history ( char *fromfile );
void save_history ( char *tofile );
#endif /* CMDEDIT_H */