diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-02 22:09:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-02 22:09:25 +0000 |
commit | 264188dda137c6e155d9f4bc2590d5d7f902380e (patch) | |
tree | b645cdcf4e80edfd2c93bc0cafbaa3bdff6b4f77 /bin | |
parent | e5f354a9f8ef14487f1703717d8ec9c4a8620e18 (diff) |
crank history to 500, requested by pval
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ksh/lex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/lex.h b/bin/ksh/lex.h index 35af4977421..016f8b2cd36 100644 --- a/bin/ksh/lex.h +++ b/bin/ksh/lex.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lex.h,v 1.7 2003/02/28 09:45:09 jmc Exp $ */ +/* $OpenBSD: lex.h,v 1.8 2004/11/02 22:09:24 deraadt Exp $ */ /* * Source input, lexer and parser @@ -124,7 +124,7 @@ EXTERN struct ioword *heres [HERES], **herep; EXTERN char ident [IDENT+1]; #ifdef HISTORY -# define HISTORYSIZE 128 /* size of saved history */ +# define HISTORYSIZE 500 /* size of saved history */ EXTERN char **history; /* saved commands */ EXTERN char **histptr; /* last history item */ |