Skip to content

PDCursesMod 4.3.6

Compare
Choose a tag to compare
@Bill-Gray Bill-Gray released this 12 Apr 13:42
· 220 commits to master since this release
b9d7b07

PDCursesMod 4.3.6 - 2023 April 12

(See docs/HISTORY.md for more details, and/or the Git log for extreme detail.)

  • SDL2 can now show Unicode past 0xffff (Supplemental Multilingual Planes). 602bc38
  • VT port supports output redirection. a6618d9 6925d0f 65939aa
  • WinGUI support DPI awareness, for better font display on high-res screens. 012e3d9

Bug fixes

  • Partial fix so that getch( ) will return byte codes, expanding characters beyond 256 into multi-byte strings. bd50b2b
  • Scrolling a window could result in a crash when the window was freed. 72521a1
  • Decoding UTF8 was broken for SMP. ad7cd29
  • Text selection & copying could cause memory corruption with 4 byte UTF-8
    codepoints when WIDE=Y. bff53ab
  • Lots of small bug fixes and improvements... again, see docs/HISTORY.md and/or the git log for more details.