Stop handling DA and DSR after a second (they should be the first thing

sent) so this should be plenty.
This commit is contained in:
nicm
2020-01-13 11:59:21 +00:00
parent 835a6c0cf0
commit da515570dc
2 changed files with 18 additions and 0 deletions

1
tmux.h
View File

@ -1179,6 +1179,7 @@ LIST_HEAD(tty_terms, tty_term);
struct tty {
struct client *client;
struct event start_timer;
u_int sx;
u_int sy;