Module Name:    xsrc
Committed By:   wiz
Date:           Tue Sep 14 23:07:17 UTC 2010

Modified Files:
        xsrc/external/mit/xterm/include: xtermcfg.h

Log Message:
Revert part of previous:
OPT_WIDE_CHARS definitely makes a difference with a UTF8 locale.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xterm/include/xtermcfg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xterm/include/xtermcfg.h
diff -u xsrc/external/mit/xterm/include/xtermcfg.h:1.2 xsrc/external/mit/xterm/include/xtermcfg.h:1.3
--- xsrc/external/mit/xterm/include/xtermcfg.h:1.2	Sat Sep 11 22:26:46 2010
+++ xsrc/external/mit/xterm/include/xtermcfg.h	Tue Sep 14 23:07:17 2010
@@ -136,6 +136,7 @@
 /* #undef OPT_VT52_MODE */		/* CF_ARG_DISABLE(vt52) */
 /* #undef OPT_WIDER_ICHAR */		/* CF_ARG_ENABLE(16bit-chars) */
 /* #undef OPT_WIDE_CHARS */		/* CF_ARG_OPTION(wide-chars) */
+#define OPT_WIDE_CHARS 1		/* CF_ARG_OPTION(wide-chars) */
 /* #undef OPT_XMC_GLITCH */		/* CF_ARG_ENABLE(xmc-glitch) */
 /* #undef OPT_ZICONBEEP */		/* CF_ARG_DISABLE(ziconbeep) */
 /* #undef OWN_TERMINFO_DIR */		/* AC_ARG_WITH(own-terminfo) */

Reply via email to