notcurses/doc/man
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
..
man1 notcurses-tester: accept -l to enable all logging 2021-04-24 05:18:04 -04:00
man3 Paint sprixels bottom-to-top (#1589) 2021-04-24 13:08:09 -04:00
index.html update index page 2.2.6 -> 2.2.8 2021-04-19 16:09:34 -04:00