diff options
author | nicm <nicm> | 2020-04-17 14:06:42 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-04-17 14:06:42 +0000 |
commit | 282a7a8d96877d4063fe16c5fbba03d95bc35008 (patch) | |
tree | a85b9492967d3710da1e41a8c061e31cc8ff11f3 /tmux.h | |
parent | 7f2925a01de5da0416dd2589ee080f61650f2da9 (diff) | |
download | rtmux-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |