=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty.c,v retrieving revision 1.411 retrieving revision 1.412 diff -u -r1.411 -r1.412 --- src/usr.bin/tmux/tty.c 2021/11/03 13:37:17 1.411 +++ src/usr.bin/tmux/tty.c 2021/11/29 11:05:28 1.412 @@ -1,4 +1,4 @@ -/* $OpenBSD: tty.c,v 1.411 2021/11/03 13:37:17 nicm Exp $ */ +/* $OpenBSD: tty.c,v 1.412 2021/11/29 11:05:28 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -302,7 +302,7 @@ { struct client *c = tty->client; struct termios tio; - struct timeval tv = { .tv_sec = 1 }; + struct timeval tv = { .tv_sec = 3 }; setblocking(c->fd, 0); event_add(&tty->event_in, NULL);