From da515570dc13daefc92e26a5c5417e1f190f80e8 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 13 Jan 2020 11:59:21 +0000 Subject: Stop handling DA and DSR after a second (they should be the first thing sent) so this should be plenty. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index adc1a240..ac555be5 100644 --- a/tmux.h +++ b/tmux.h @@ -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; -- cgit