From 282a7a8d96877d4063fe16c5fbba03d95bc35008 Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 17 Apr 2020 14:06:42 +0000 Subject: Make sure the cursor position is still on screen after we have trimmed empty lines. Also improve some log messages. --- tmux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index a5dead04..b791f5af 100644 --- a/tmux.h +++ b/tmux.h @@ -79,7 +79,7 @@ struct winlink; #define NAME_INTERVAL 500000 /* Maximum size of data to hold from a pane. */ -#define READ_SIZE 4096 +#define READ_SIZE 8192 /* Default pixel cell sizes. */ #define DEFAULT_XPIXEL 16 -- cgit