Files
nethack/sys/winnt
nethack.allison 575228db06 <Someone> reported a poor display result on the win32 tty
when hilite_pet was enabled.  After checking into it, the
test was looking for the value:
(FOREGROUND_GREEN|FOREGROUND_BLUE|FOREGROUND_RED)
which signifies a white color on win32 console I/O. The
problem was that in some cases that was OR'd with
something else such as FOREGROUND_INTENSITY.

Fix it by checking only the bits that matter when
turning on the attribute.
2002-02-24 15:45:05 +00:00
..
2002-02-15 13:31:39 +00:00
2002-02-07 06:36:09 +00:00
2002-02-15 13:26:27 +00:00
2002-02-15 13:26:27 +00:00
2002-02-04 16:11:00 +00:00
2002-02-04 16:11:00 +00:00
2002-02-12 23:00:27 +00:00
2002-01-25 07:19:21 +00:00
2002-02-04 16:11:00 +00:00
2002-02-04 16:11:00 +00:00
2002-02-05 13:21:43 +00:00