notcurses/doc/man/man3
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
..
notcurses_capabilities.3.md add notcurses_canhalfblock()/notcurses_canquadrant() #1575 2021-04-22 00:10:55 -04:00
notcurses_cell.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_channels.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_core.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_direct.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_fade.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_fds.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_init.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_input.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_lines.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_menu.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_metric.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_multiselector.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_output.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_palette.3.md palette256 -> ncpalette #1570 (#1573) 2021-04-22 04:11:06 -04:00
notcurses_plane.3.md Paint sprixels bottom-to-top (#1589) 2021-04-24 13:08:09 -04:00
notcurses_plot.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_progbar.3.md progbar: remove egcs options 2020-12-13 09:12:08 -05:00
notcurses_reader.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_reel.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_refresh.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_render.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_selector.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_stats.3.md add stats for sprixel emissions/elisions #1563 2021-04-21 11:43:10 -04:00
notcurses_stdplane.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_stop.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_tabbed.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_tree.3.md v2.2.8 2021-04-18 13:24:24 -04:00
notcurses_visual.3.md sprixelated planes may be resized after all #1572 2021-04-24 03:46:19 -04:00
notcurses.3.md notcurses(3) add paragraph on visuals #1585 2021-04-23 11:22:51 -04:00