mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
2c5d938cbd
* 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 |
||
---|---|---|
.. | ||
examples | ||
logo | ||
man | ||
analytics-header.html | ||
CONTRIBUTING.md | ||
CURSES.md | ||
Doxyfile | ||
HACKING.md | ||
HISTORY.md | ||
logo-200x55.png | ||
logo-1280x640.png | ||
model.dot | ||
OTHERS.md | ||
proposed-terminfo.md | ||
release-checklist.md | ||
sexblitter-perfection.png | ||
sexblitter-perfection.xcf | ||
testing-checklist.md | ||
widechars.png | ||
worldmap-sexblitter.png | ||
worldmap-sexblitter.xcf |