TTY: allow custom glyph colors on more limited terminals

Previously changing glyph colors required a terminal with more
than 256 colors, even if the color was one of the basic 16 colors
used by NetHack.
This commit is contained in:
Pasi Kallinen
2026-05-15 20:21:52 +03:00
parent e05864544c
commit a533350537
2 changed files with 8 additions and 7 deletions
+2
View File
@@ -114,6 +114,8 @@ Windows: correct a NetHack 5.0.0 packaging error if visual studio was
used; a remnant hard-coded 370 was in package.nmake
Windows: setting any map_mode option in the config file could trigger
an app failure on launch by dereferencing a null pointer
tty: allow custom glyph colors if they're basic 16 nethack colors
on terminals with less than 256 colors
General New Features