win32tty bit

This commit is contained in:
nethack.allison
2003-10-10 04:53:17 +00:00
parent 9726ece28c
commit acadeb1c32

View File

@@ -656,7 +656,7 @@ term_start_color(int color)
{
#ifdef TEXTCOLOR
if (color >= 0 && color < CLR_MAX) {
foreground = (background != 0 && (color == CLR_GRAY | color == CLR_WHITE)) ?
foreground = (background != 0 && (color == CLR_GRAY || color == CLR_WHITE)) ?
ttycolors[0] : ttycolors[color];
}
#else