From 7b3d4645c7c958fc999b0730b57baf917fae815a Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 11 Dec 2020 13:17:18 +0530 Subject: [PATCH] tinyirc: Limit the maximum number of messages stored for each UI tab --- tinyirc/.config/tiny/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyirc/.config/tiny/config.yml b/tinyirc/.config/tiny/config.yml index f6b5304..ae11b54 100644 --- a/tinyirc/.config/tiny/config.yml +++ b/tinyirc/.config/tiny/config.yml @@ -55,7 +55,7 @@ defaults: log_dir: '/tmp/' # (Optional) Limits the maximum number of messages stored for each UI tab. Defaults to unlimited. -# scrollback: 512 +scrollback: 1024 # Color theme based on 256 colors. Colors can be defined as color indices # (0-255) or with their names.