summaryrefslogtreecommitdiffstats
path: root/x11-terms/xterm/files/xterm-ds-paste-225.patch
blob: 9d004fddbcd28833fb6fb2974f9903fa86c56cf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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)) {