diff options
author | Matt Johnston <matt@ucc.asn.au> | 2005-03-02 04:14:26 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2005-03-02 04:14:26 +0000 |
commit | 074d8f0a263d41d98d6e486a8d7030857e7a47c2 (patch) | |
tree | ba40f764cbfdde66a14eaf11a40ffd1aca98d15d /session.h | |
parent | 2d28663f53235d39a42e6a6b65d9e426d1d675b0 (diff) |
* Reset the non-blocking status of stdout and stderr as well on exit
--HG--
branch : nonblock-stdout-stderr
extra : convert_revision : b33adcc19cf4616e1ec529da774659530dd551f4
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -218,6 +218,10 @@ struct clientsession { struct termios saved_tio; int stdincopy; int stdinflags; + int stdoutcopy; + int stdoutflags; + int stderrcopy; + int stderrflags; int winchange; /* Set to 1 when a windowchange signal happens */ |