Module Name:    xsrc
Committed By:   wiz
Date:           Tue Nov 19 11:56:13 UTC 2013

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

Log Message:
Enable 256 colors.

>From Piotr Meyer in PR 48380.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 xsrc/external/mit/xterm/include/xtermcfg.h:1.7
--- xsrc/external/mit/xterm/include/xtermcfg.h:1.6	Thu Jul 11 20:02:24 2013
+++ xsrc/external/mit/xterm/include/xtermcfg.h	Tue Nov 19 11:56:13 2013
@@ -111,7 +111,7 @@
 #define LUIT_PATH "/usr/X11R7/bin/luit"	/* CF_ARG_ENABLE(luit) */
 /* #undef NO_ACTIVE_ICON */		/* CF_ARG_DISABLE(active-icon) */
 /* #undef NO_LEAKS */			/* CF_ARG_DISABLE(leaks) */
-/* #undef OPT_256_COLORS */		/* CF_ARG_ENABLE(256-color) */
+#define OPT_256_COLORS 1		/* CF_ARG_ENABLE(256-color) */
 /* #undef OPT_88_COLORS */		/* CF_ARG_ENABLE(88-color) */
 /* #undef OPT_AIX_COLORS */		/* CF_ARG_DISABLE(16-color) */
 /* #undef OPT_BLINK_CURS */		/* CF_ARG_DISABLE(blink-cursor) */

Reply via email to