PDCursesMod 4.3.2
(See docs/HISTORY.md
for more details, and/or the Git log for extreme detail.)
- The "mangling" of
initscr()
to avoid versioning errors (see 'curses.h') is now done instead toendwin()
. It makes no difference to PDCurses, but some other build processes relied on seeing an unmangledinitscr()
. - 32-bit
chtype
, non-wide builds get 4096 color pairs and all twelve attribute bits that you'd get with 64-bitchtype
s. - Color pair management sped up immensely (note that this wasn't an issue anyway unless you had hundreds or thousands of color pairs in use.)
testcurs
showsA_DIM
text, and supergradients where possible (not just for 64-bit builds).- Almost all
ncurses
demos are built. - The default framebuffer font now contains all ACS and WACS glyphs.
- X11, VT, Linux framebuffer, and WinCon/WinGUI ports all compile without warnings with full warnings turned on.
- Added
widetest
demo to exercisegetcchar()
andsetcchar()
. PDC_set_function_key()
now works on most platforms, and the code is less messy/error-prone.- Lots of bug fixes... again, see
docs/HISTORY.md
for more details.