Don't leave the stdin FD non-blocking on exit - busybox doesn't like it.

--HG--
extra : convert_revision : 9c2b10bf10f9d38f62490346b53268a07afa0c3a
This commit is contained in:
Matt Johnston
2004-08-18 12:42:21 +00:00
parent e17d27d91d
commit a69e355a06
2 changed files with 11 additions and 0 deletions

View File

@@ -212,6 +212,8 @@ struct clientsession {
int tty_raw_mode; /* Whether we're in raw mode (and have to clean up) */
struct termios saved_tio;
int stdincopy;
int stdinflags;
int winchange; /* Set to 1 when a windowchange signal happens */