diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-08-18 12:42:21 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-08-18 12:42:21 +0000 |
commit | a69e355a0630c1fe99f06e163f8260974758c193 (patch) | |
tree | 6aa2566c70c15dfa903cbaa0cfa58e091785c6dd /session.h | |
parent | e17d27d91d3f8f255981a780059be9ef7a4f2067 (diff) |
Don't leave the stdin FD non-blocking on exit - busybox doesn't like it.
--HG--
extra : convert_revision : 9c2b10bf10f9d38f62490346b53268a07afa0c3a
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |