mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
* Reimplement the widget zoo demo. The previous PoC was a multithreaded monster with behavior dependent on screen geometry. Replace it with a single thread state machine. Closes #936. * Support titles for ncplot. Adds title to the ncplot_options struct, which may be NULL. Closes #941 . * Properly color ncplot according to maxchannels and minchannels. Closes #940 * Add tools/function-table.sh script for generating public API list.