notcurses/cffi
Nick Black 2c5d938cbd
Paint sprixels bottom-to-top (#1589)
* Paint sprixels in order, bottom-to-top

We don't want to have to track sprixel order whenever someone
moves an ncplane, so just keep a list growing backwards as we
pass top-to-bottom in notcurses_render_internal(). Each time
we hit a sprixel plane, splice it out of the sprixel list, and
add it to the front of our temporary list. When we hit the
bottom, stick this temporary list on the end of our existing
list (any such planes are to be deleted, which comes before
drawing). Closes #1575.

* reorder collected sprixellist; solves kitty but breaks sixel =/ #1575

* remove debugging cruft

* [rust] fix up mergedown mutability
2021-04-24 13:08:09 -04:00
..
src/notcurses Paint sprixels bottom-to-top (#1589) 2021-04-24 13:08:09 -04:00
LICENSE.txt update copyrights for 2021, ho humm 2020-12-30 03:41:58 -05:00
ncdirect-pydemo [ncdirect-pydemo] accept inability to disable cursor 2021-03-31 00:29:37 -04:00
ncdirect-pydemo.1.md rename notcurses-direct-pydemo ncdirect-pydemo 2021-02-27 19:03:42 -05:00
notcurses-pydemo move python-cffi to cffi 2020-11-22 01:45:23 -05:00
notcurses-pydemo.1.md v2.2.8 2021-04-18 13:24:24 -04:00
README.md move python-cffi to cffi 2020-11-22 01:45:23 -05:00
setup.cfg move python-cffi to cffi 2020-11-22 01:45:23 -05:00
setup.py v2.2.8 2021-04-18 13:24:24 -04:00

notcurses

Python bindings for the C Notcurses library. Notcurses is a blingful library for building complex, vibrant textual user interfaces (TUIs) on modern terminal emulators, of which these Python bindings offer nowhere near complete coverage.

by nick black (nickblack@linux.com)

for more information, see my wiki.

Build Status License