diff --git a/src/tty.c b/src/tty.c index 06e2a6b..cb39ea5 100644 --- a/src/tty.c +++ b/src/tty.c @@ -834,6 +834,7 @@ int tty_connect(void) goto error_read; } } + else if (FD_ISSET(STDIN_FILENO, &rdfs)) { forward = true;