summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/suite3270/files/suite3270-3.3.10_p3-fix-x3270-dbcs.patch')
-rw-r--r--net-misc/suite3270/files/suite3270-3.3.10_p3-fix-x3270-dbcs.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-misc/suite3270/files/suite3270-3.3.10_p3-fix-x3270-dbcs.patch b/net-misc/suite3270/files/suite3270-3.3.10_p3-fix-x3270-dbcs.patch
deleted file mode 100644
index cfdc2778e98b..000000000000
--- a/net-misc/suite3270/files/suite3270-3.3.10_p3-fix-x3270-dbcs.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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 /*]*/
- }
-
- /*