The unified diff between revisions [63530dac..] and [e99d4659..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'session.h'

#
#
# patch "session.h"
#  from [cc4c1b731836950406593afc60fedd35a59f9adb]
#    to [8b1677ad8f52c19aa94571211683d6ef04de2d6a]
#
============================================================
--- session.h	cc4c1b731836950406593afc60fedd35a59f9adb
+++ session.h	8b1677ad8f52c19aa94571211683d6ef04de2d6a
@@ -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 */