diff options
author | nicm <nicm> | 2020-04-06 17:51:34 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-04-06 17:51:34 +0000 |
commit | 77b827f879e4dc296996b3f4345c38a7a57caf48 (patch) | |
tree | f92a43606e550f6ab6dac616cfcad5770a4966d4 /tmux.h | |
parent | fccce69cf08b220ecad690e22451afd487e4b639 (diff) | |
download | rtmux-77b827f879e4dc296996b3f4345c38a7a57caf48.tar.gz rtmux-77b827f879e4dc296996b3f4345c38a7a57caf48.tar.bz2 rtmux-77b827f879e4dc296996b3f4345c38a7a57caf48.zip |
Change copy mode to make copy of the pane history so it does not need to
freeze updates (which does not play nicely with some applications, a
longstanding problem) and will allow some other changes later. From
Anindya Mukherjee.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -904,7 +904,6 @@ struct window_pane { int fd; struct bufferevent *event; - u_int disabled; struct event resize_timer; @@ -925,8 +924,6 @@ struct window_pane { size_t status_size; TAILQ_HEAD (, window_mode_entry) modes; - struct event modetimer; - time_t modelast; char *searchstr; int searchregex; |