summaryrefslogtreecommitdiffhomepage
path: root/session.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-08-18 12:42:21 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-08-18 12:42:21 +0000
commita69e355a0630c1fe99f06e163f8260974758c193 (patch)
tree6aa2566c70c15dfa903cbaa0cfa58e091785c6dd /session.h
parente17d27d91d3f8f255981a780059be9ef7a4f2067 (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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/session.h b/session.h
index 6a6ed07..6afca85 100644
--- a/session.h
+++ b/session.h
@@ -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 */