mirror of
https://github.com/tmux/tmux.git
synced 2025-01-08 08:58:47 +00:00
Bump response timer to three seconds, GitHub issue 2984.
This commit is contained in:
parent
add03dfb8d
commit
333cf6429a
2
tty.c
2
tty.c
@ -302,7 +302,7 @@ tty_start_tty(struct tty *tty)
|
|||||||
{
|
{
|
||||||
struct client *c = tty->client;
|
struct client *c = tty->client;
|
||||||
struct termios tio;
|
struct termios tio;
|
||||||
struct timeval tv = { .tv_sec = 1 };
|
struct timeval tv = { .tv_sec = 3 };
|
||||||
|
|
||||||
setblocking(c->fd, 0);
|
setblocking(c->fd, 0);
|
||||||
event_add(&tty->event_in, NULL);
|
event_add(&tty->event_in, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user