aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/defines.h b/src/defines.h
index 194b933..1e273e1 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -75,8 +75,8 @@
#define PARAMLEN 99 /* initial length of text strings */
#define MAX_MAPLEN 1000 /* maximum length of automapped path */
#define MIN_WORDLEN 3 /* the minimum length for history words */
-#define MAX_WORDS 512 /* number of words kept for TAB-completion */
-#define MAX_HIST 128 /* number of history lines kept */
+#define MAX_WORDS 4096 /* number of words kept for TAB-completion */
+#define MAX_HIST 2048 /* number of history lines kept */
#define LOG_MAX_HASH 7
#define MAX_HASH (1<<LOG_MAX_HASH) /* max hash value, must be a power of 2 */
#define NUMPARAM 10 /* number of local unnamed params allowed