You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/doc
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
3 years ago
..
examples Initialize Readline on demand 4 years ago
logo move logo to doc/ from data/ to keep install simple 4 years ago
man Paint sprixels bottom-to-top (#1589) 3 years ago
CONTRIBUTING.md reorganize documentation, trim README.md 4 years ago
CURSES.md mention direct mode in CURSES document 4 years ago
Doxyfile v2.2.8 4 years ago
HACKING.md add skip path writeup to HACKING.md 4 years ago
HISTORY.md HISTORY: add 2.2.0 from 2021-02-08 4 years ago
OTHERS.md [OTHERS] add node.js blessed 4 years ago
analytics-header.html
logo-200x55.png
logo-1280x640.png
model.dot
proposed-terminfo.md add boxes section to proposed-terminfo.md 4 years ago
release-checklist.md release-checklist: drop reprepro 4 years ago
sexblitter-perfection.png
sexblitter-perfection.xcf
testing-checklist.md testing: add battery of bitmap tests 4 years ago
widechars.png
worldmap-sexblitter.png
worldmap-sexblitter.xcf