fixes5-0-1.txt entry for pull request #1581

This commit is contained in:
nhmall
2026-06-11 14:09:25 -04:00
parent 0248dbf550
commit 6c11cac0f7
+4
View File
@@ -172,6 +172,10 @@ MS-DOS: VESA and 16 color modes: Pass correct parameters to vga_userpan
(pr #1579 by chasonr)
MS-DOS: 16 color mode: Set the panning direction so CTRL-left and CTRL-right
pan in the same direction as 3.4.3. (pr #1579 by chasonr)
MS-DOS: makefont.lua was generating incorrect PSF fonts; there can be
multiple characters mapped to a single glyph, but the mappings
should be separated by FE bytes (pr #1581 by chasonr)
MS-DOS: accept only single character font mappings (pr #1581 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'