summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-11-02 22:09:24 +0000
committerderaadt <deraadt@openbsd.org>2004-11-02 22:09:24 +0000
commitd4a5d530b9abf06cd32fcf71cd08c351dcf9b4f8 (patch)
tree9addd4fe79438bc8b8e58ba925e6f204bf4017e1
parentadd initial manpage for the evcount API (diff)
downloadwireguard-openbsd-d4a5d530b9abf06cd32fcf71cd08c351dcf9b4f8.tar.xz
wireguard-openbsd-d4a5d530b9abf06cd32fcf71cd08c351dcf9b4f8.zip
crank history to 500, requested by pval
-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 */