A library of widgets for curses development.
| Tags | Software Development Libraries Widget Sets User Interfaces |
|---|---|
| Licenses | BSD Original |
| Operating Systems | POSIX |
| Implementation | C++ C |
Recent releases


Changes: This release updates the configure script to work with non-POSIX locales and use current ncurses config scripts. It improves handling of empty lists.


Changes: Adds functions to simplify changes of the list for alphalist and fselect widgets. Modifies handling of the delete key to make it delete the current character (unlike backspace). Several other minor fixes and improvements.


Changes: Tab-traversal was implemented for all widgets that accept input. The slider and scale widgets were changed to template form, supporting several data types. Many bugfixes were made.


Changes: Most fixed array limits were eliminated, reducing the memory requirements. Titles and line-drawing attributes are now managed in the core class rather than in individual widgets. Bugfixes were made.


Changes: An improved configure script (e.g., to link with ncursesw), fixes for minor problems with PDCurses configuration, and several other minor bugfixes.