summaryrefslogtreecommitdiffstats
path: root/x11-terms/xterm/files/xterm-ds-paste-225.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/xterm/files/xterm-ds-paste-225.patch')
-rw-r--r--x11-terms/xterm/files/xterm-ds-paste-225.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-terms/xterm/files/xterm-ds-paste-225.patch b/x11-terms/xterm/files/xterm-ds-paste-225.patch
new file mode 100644
index 0000000..9d004fd
--- /dev/null
+++ b/x11-terms/xterm/files/xterm-ds-paste-225.patch
@@ -0,0 +1,12 @@
+diff -dPNur xterm-225/button.c xterm-225-new/button.c
+--- xterm-225/button.c 2007-03-20 00:42:48.000000000 +0100
++++ xterm-225-new/button.c 2007-04-03 00:50:40.000000000 +0200
+@@ -1586,7 +1586,7 @@
+ text_prop.nitems = *length;
+
+ #if OPT_WIDE_CHARS
+- if (screen->wide_chars) {
++ if (screen->utf8_mode) {
+ if (*type == XA_UTF8_STRING(dpy) ||
+ *type == XA_STRING ||
+ *type == XA_COMPOUND_TEXT(dpy)) {