aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-04-17 14:06:42 +0000
committernicm <nicm>2020-04-17 14:06:42 +0000
commit282a7a8d96877d4063fe16c5fbba03d95bc35008 (patch)
treea85b9492967d3710da1e41a8c061e31cc8ff11f3 /tmux.h
parent7f2925a01de5da0416dd2589ee080f61650f2da9 (diff)
downloadrtmux-282a7a8d96877d4063fe16c5fbba03d95bc35008.tar.gz
rtmux-282a7a8d96877d4063fe16c5fbba03d95bc35008.tar.bz2
rtmux-282a7a8d96877d4063fe16c5fbba03d95bc35008.zip
Make sure the cursor position is still on screen after we have trimmed
empty lines. Also improve some log messages.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
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