diff options
author | joshua stein <jcs@cvs.openbsd.org> | 2010-01-13 14:59:38 +0000 |
---|---|---|
committer | joshua stein <jcs@cvs.openbsd.org> | 2010-01-13 14:59:38 +0000 |
commit | 8f8ba5ed9453d35517e2fbb194a4cb3e48288d6f (patch) | |
tree | b1c9ed2b07b1918ef0bc4c90831142be6f7423cb /app/xterm | |
parent | 56ea769ea6ee4e74afccbc4376b7645c8a102dc4 (diff) |
build with OPT_256_COLORS to support 256 colors now that our ncurses
supports it
ok matthieu@
Diffstat (limited to 'app/xterm')
-rw-r--r-- | app/xterm/xtermcfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) */ |