summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-10-03 19:59:35 +0200
committerDave Davenport <qball@gmpclient.org>2017-10-03 19:59:35 +0200
commit2784959fc17c9b43cb438feeb573574e1e53f5a2 (patch)
treebd55ca4614d74a1531279084f71078af3868c973 /config
parent7081b56aca059574f8ef7bcdb169ef1979ae9f67 (diff)
Allow maximum history size to be configured.
Fixes: #613
Diffstat (limited to 'config')
-rw-r--r--config/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.c b/config/config.c
index 501ea008..422311ef 100644
--- a/config/config.c
+++ b/config/config.c
@@ -141,4 +141,5 @@ Settings config = {
.color_urgent = NULL,
.color_window = NULL,
.plugin_path = PLUGIN_PATH,
+ .max_history_size = 25,
};