From 1ce537e99298bb61263534c9e16496d687ace526 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 7 Mar 2013 13:04:16 -0800 Subject: Misc changes. --- src/base/cmd/cmdHist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/cmd/cmdHist.c') diff --git a/src/base/cmd/cmdHist.c b/src/base/cmd/cmdHist.c index a9e2d18d..8275bc2e 100644 --- a/src/base/cmd/cmdHist.c +++ b/src/base/cmd/cmdHist.c @@ -47,8 +47,8 @@ ABC_NAMESPACE_IMPL_START ***********************************************************************/ void Cmd_HistoryAddCommand( Abc_Frame_t * p, const char * command ) { - int nLastLooked = 10; // do not add history if the same entry appears among the last entries - int nLastSaved = 500; // when saving a file, save no more than this number of last entries + int nLastLooked = 10; // do not add history if the same entry appears among the last entries + int nLastSaved = 1000; // when saving a file, save no more than this number of last entries char Buffer[ABC_MAX_STR]; int Len; if ( p->fBatchMode ) -- cgit v1.2.3