Make sure the cursor position is still on screen after we have trimmed

empty lines. Also improve some log messages.
This commit is contained in:
nicm
2020-04-17 14:06:42 +00:00
parent 7f2925a01d
commit 282a7a8d96
3 changed files with 16 additions and 5 deletions

2
tmux.h
View File

@ -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