diff session.h @ 93:5dda5a4d475c

Don't leave the stdin FD non-blocking on exit - busybox doesn't like it.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 18 Aug 2004 12:42:21 +0000
parents efb5e0b335cf
children 10f4d3319780
line wrap: on
line diff
--- a/session.h	Wed Aug 18 09:14:43 2004 +0000
+++ b/session.h	Wed Aug 18 12:42:21 2004 +0000
@@ -212,6 +212,8 @@
 
 	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 */