From 092068495be7aa46eae0e215c854a582b1c4aaea Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 11 Dec 2022 21:55:15 -0500 Subject: [PATCH] fixes update --- doc/fixes3-7-0.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index c969c2f0e..bcda940cf 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1678,6 +1678,12 @@ user_sounds: move the message hook from inside individual window display ports issue that the curses port on Windows not working with user_sounds Windows: update for new status condition fields Windows: include commented-out 'PORTABLE_DEVICE_PATHS' in sysconf.template +Windows: When there was no interesting background in get_bk_glyph() + in display.c, a default value of GLYPH_UNEXPLORED was returned to + the caller and then passed on to the interface; the graphical + Windows version, NetHackW.exe, was trying to use the tile mapped to + GLYPH_UNEXPLORED as a background tile to merge with the + foreground tile, so check for GLYPH_UNEXPLORED and bypass that X11: substantial overhaul of status display, both 'fancy' and 'tty-style' X11: extend fancy status one-turn inverse video status-change highlighting to hunger, encumbrance, and conditions