From ef76a26b0b1439c1a34632d91528fb2232a923b1 Mon Sep 17 00:00:00 2001 From: "powwow@askgustav.com" Date: Sun, 7 Mar 2021 22:47:46 +0100 Subject: increase some history limits 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<