PDCursesMod 4.3.1
(See docs/HISTORY.md for more details, and/or the Git log for extreme detail.)
- New 'fb' (Linux framebuffer) port. Should be useful on embedded systems and those not running X, or even necessarily a console.
mmask_tnow defaults to 64 bits. Fixes some problems with colliding triple-click and mouse-move masks and provides bits for future use.- Added safeguards against linking code compiled for one binary PDCursesMod API to a library built for another.
- Palette changes are updated immediately.
- Eliminated the now unnecessary
CHTYPE_64andCHTYPE_LONGmacros. You can still setCHTYPE_32to get old-style 32-bitchtypes (andmmask_ts). - Added four
ncursesdemos. - Lots of bug fixes... again, see
docs/HISTORY.mdfor more details.