From d6da7e9819392d59ed4aa51b91cada511ace39a7 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 23 Jul 2026 09:46:03 -0400 Subject: [PATCH] fixes entry for pull request #1632 --- doc/fixes5-0-1.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/fixes5-0-1.txt b/doc/fixes5-0-1.txt index 6a177f21b..f7ea7e784 100644 --- a/doc/fixes5-0-1.txt +++ b/doc/fixes5-0-1.txt @@ -203,6 +203,9 @@ MS-DOS: some optimizations for tile handling; change 16-color mode and displayed, with the result cached; Use memcpy when splitting the image into tiles; only load the tileset once (pr #1617 by chasonr) MS-DOS: Define a separate palette for VGA text (pr #1620 by chasonr) +MS-DOS: some conditional cleanup for SUPPRESS_GRAPHICS, TILES_IN_GLYPHMAP, + NO_TILES, WANT_WIN_CURSES=1 without WANT_WIN_TTY=1 + (pr #1632 by chasonr) musl: musl libc does not have __sighandler_t so don't use it in the macro definition for SIG_RET_TYPE with musl WASM: resolve some build failures in 'make CROSS_TO_WASM=1'