summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-11-02 22:09:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-11-02 22:09:25 +0000
commit264188dda137c6e155d9f4bc2590d5d7f902380e (patch)
treeb645cdcf4e80edfd2c93bc0cafbaa3bdff6b4f77 /bin
parente5f354a9f8ef14487f1703717d8ec9c4a8620e18 (diff)
crank history to 500, requested by pval
Diffstat (limited to 'bin')
-rw-r--r--bin/ksh/lex.h4
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 */