summaryrefslogtreecommitdiff
blob: cfdc2778e98bb3d484182fea73a89461609aa4ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Patches were sent upstream to maintainer
# as of 23 September 2009, by Jesse Farinacci <jieryn@gmail.com>

--- x3270-3.3/screen.c
+++ x3270-3.3/screen.c
@@ -2322,12 +2322,14 @@
 void
 screen_flip(void)
 {
+#if defined(X3270_DBCS) /*[*/
 	/* Flip mode is broken in the DBCS version. */
 	if (!dbcs) {
 		flipped = !flipped;
 
 		action_internal(PA_Expose_action, IA_REDRAW, CN, CN);
 	}
+#endif /*]*/
 }
 
 /*