URxvt: Use 256 colors not just 88.

This commit is contained in:
Edward Tjörnhammar 2013-09-27 22:30:49 +02:00
parent bb69f658ea
commit 596581914f

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation (rec {
preConfigure =
''
configureFlags="--with-terminfo=$out/share/terminfo ${if perlSupport then "--enable-perl" else "--disable-perl"}";
configureFlags="--with-terminfo=$out/share/terminfo --enable-256-color ${if perlSupport then "--enable-perl" else "--disable-perl"}";
export TERMINFO=$out/share/terminfo # without this the terminfo won't be compiled by tic, see man tic
NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${freetype}/include/freetype2"
NIX_LDFLAGS="$NIX_LDFLAGS -lfontconfig -lXrender "