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