summaryrefslogtreecommitdiffhomepage
path: root/session.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-03-02 04:14:26 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-03-02 04:14:26 +0000
commit074d8f0a263d41d98d6e486a8d7030857e7a47c2 (patch)
treeba40f764cbfdde66a14eaf11a40ffd1aca98d15d /session.h
parent2d28663f53235d39a42e6a6b65d9e426d1d675b0 (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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/session.h b/session.h
index 1d5ebb4..90efb07 100644
--- a/session.h
+++ b/session.h
@@ -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 */