opt/x11/x11-6.9.0-xterm256.patch
2006-02-23 18:52:07 +00:00

13 lines
513 B
Diff

diff -Nru xc-old/programs/xterm/Imakefile xc/programs/xterm/Imakefile
--- xc-old/programs/xterm/Imakefile 2006-01-09 14:59:11.000000000 +0100
+++ xc/programs/xterm/Imakefile 2006-01-09 15:06:18.000000000 +0100
@@ -127,7 +127,7 @@
#endif
#ifdef UTF8support
- UTF8_OPTION = -DOPT_WIDE_CHARS -DOPT_LUIT_PROG
+ UTF8_OPTION = -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DOPT_256_COLORS
UTF8SRC = charclass.c precompose.c wcwidth.c xutf8.c
UTF8OBJ = charclass.o precompose.o wcwidth.o xutf8.o
#endif