From 06b09cd981df214d33220d9b1df2d8fd9a4d06e2 Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Wed, 18 Dec 2013 20:18:38 -0500 Subject: [PATCH] correct value --- src/toxic_windows.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toxic_windows.h b/src/toxic_windows.h index 9444324..4f8b025 100644 --- a/src/toxic_windows.h +++ b/src/toxic_windows.h @@ -111,7 +111,7 @@ struct StatusBar { bool is_online; }; -#define MAX_LINE_HIST 10 +#define MAX_LINE_HIST 128 /* chat and groupchat window/buffer holder */ struct ChatContext {