mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
73dc0a7d69
* 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. |
||
---|---|---|
.. | ||
src/notcurses | ||
LICENSE.txt | ||
notcurses-pydemo | ||
notcurses-pydemo.1.md | ||
README.md | ||
setup.cfg | ||
setup.py |
notcurses
Python bindings for the C [https://github.com/dankamongmen/notcurses notcurses] library. notcurses is a library for building complex, vibrant textual user interfaces (TUIs) on modern terminal emulators.
by nick black (nickblack@linux.com)
for more information, see my wiki.