Files
nethack/win
Patric Mueller 5c15ca1002 curses: remove unnecessary special handling for dark gray
On terminals with at least 16 colors there should be no need for special
handling dark gray.

The curses code uses COLORS < 16, COLORS <= 16, COLORS > 16, or COLORS >= 16
at several places although I'm not sure if they are correct or which could
possibly be off-by-one errors.

But realistically in this case, we only need to distinguish between 8 color
terminals and terminals supporting more than 8 colors as this will mean the
terminal supports at least 256 colors.
2021-06-05 14:38:41 +02:00
..
2021-03-13 18:17:00 -08:00
2021-04-11 17:53:57 -07:00
2021-03-13 18:17:00 -08:00
2021-02-05 19:16:49 -05:00
2021-03-16 09:13:55 -07:00