From 8f8ba5ed9453d35517e2fbb194a4cb3e48288d6f Mon Sep 17 00:00:00 2001 From: joshua stein Date: Wed, 13 Jan 2010 14:59:38 +0000 Subject: build with OPT_256_COLORS to support 256 colors now that our ncurses supports it ok matthieu@ --- app/xterm/xtermcfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/xterm/xtermcfg.h b/app/xterm/xtermcfg.h index 5da021ef1..85afdb7d5 100644 --- a/app/xterm/xtermcfg.h +++ b/app/xterm/xtermcfg.h @@ -90,7 +90,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define LUIT_PATH "/usr/X11R6/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) */ -- cgit v1.2.3