mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
11d6a4eb89
New reel layout algorithm based on trimming and sifting. Fixes the original issue of #818, though I'm not marking that bug fixed until I've resolved the little issues remaining with this one. Back off CMake version dependency, see if we can get by with 3.11.4 for EPEL8 #851 Simplify tablet drawing tremendously by separating tablet border and data planes. Callbacks no longer need worry about the borders; they can simply fill the plane they're handed. #833 Improve notcurses_debug() a bit Add ncplane_new_named() and friends to expose plane naming to the user. Add internal ncplane_genocide() to kill a plane and all its bound descendents New industrial-strength ncreel unit testing notcurses-ncreel now accepts -ln for log level n Add ncplane_parent() and ncplane_parent_const() |
||
---|---|---|
.. | ||
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.