# Patch #7 for c3270 3.2.18.
# Makes the relationship between the model number and extended data stream
# consistent with x3270, e.g., "-model 3278-2" means no extended data stream;
# "-model 3278-2-E" causes the extended data stream to be enabled.

--- c3270-3.2/glue.c	2002/01/23 16:01:21	1.52
+++ c3270-3.2/glue.c	2002/01/23 16:10:25
@@ -334,7 +334,7 @@
 
 	/* Set the defaults. */
 	appres.mono = False;
-	appres.extended = True;
+	appres.extended = False;
 #if defined(C3270) /*[*/
 	appres.m3279 = True;
 #else /*][*/
