Skip to content

PDCursesMod 4.3.0

Compare
Choose a tag to compare
@Bill-Gray Bill-Gray released this 25 Aug 22:28
· 651 commits to master since this release
c6fddd0

(See docs/HISTORY.md for more details, and/or the Git log for extreme detail. This is a pretty big release.)

  • X11 and both SDLs now support full colors and strikeout and underlined text, a la WinGUI and VT.
  • Added many ncurses extension functions for color management, and demos to exercise them.
  • Added some GitHub® CI tests.
  • Restored ability to build ncurses_tests (this had been broken for a long time).
  • SDLs and VT can be compiled as shared libraries and installed/uninstalled.
  • Added a lot of asserts for NULL parameters. Many functions in curses allow you to pass a NULL parameter, but doing so usually means an error has occurred and (at least while debugging) such should not go silently ignored.
  • Many small improvements and bug fixes... again, see docs/HISTORY.md for more details.