You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/suite3270/files/suite3270-3.3.10_p3-fix-x32...

21 lines
411 B

# 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 /*]*/
}
/*