From 6444ff67c5972f1aac1029288e96c8ccf3715317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sun, 27 Jun 2021 21:02:43 +0200 Subject: [PATCH] enh: log window: bigger scrollback buffer --- src/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.c b/src/misc.c index 005a06c..0ce0778 100644 --- a/src/misc.c +++ b/src/misc.c @@ -150,7 +150,7 @@ void CalcSectors(guint64 size, guint64 *sectors, int *in_last) #ifndef WITH_CLI_ONLY_YES -#define MAX_LOG_WIN_SIZE 10240 +#define MAX_LOG_WIN_SIZE 1024000 static void clamp_gstring(GString *string) { gchar *ptr;