From 074d8f0a263d41d98d6e486a8d7030857e7a47c2 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 2 Mar 2005 04:14:26 +0000 Subject: * Reset the non-blocking status of stdout and stderr as well on exit --HG-- branch : nonblock-stdout-stderr extra : convert_revision : b33adcc19cf4616e1ec529da774659530dd551f4 --- session.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'session.h') 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 */ -- cgit v1.2.3