Skip to content

PDCursesMod 4.3.1

Compare
Choose a tag to compare
@Bill-Gray Bill-Gray released this 01 Dec 16:41
· 556 commits to master since this release
bd8fa58

(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_t now 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_64 and CHTYPE_LONG macros. You can still set CHTYPE_32 to get old-style 32-bit chtypes (and mmask_ts).
  • Added four ncurses demos.
  • Lots of bug fixes... again, see docs/HISTORY.md for more details.