mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
c2a645e9af
* packaging: s/libtinfo/Terminfo/g * rust: add stddim_yx() * rust: check for valid init in unit tests * rust: serialize up tests * constify notcurses_term_dim_yx() * rust: add dim wrappers * remove notcurses_resize() from public API #367 * call notcurses_resize() from notcurses_refresh() #367 |
||
---|---|---|
.. | ||
src/notcurses | ||
LICENSE.txt | ||
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.