mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
The function ncplane_boundlist() was poorly-considered, and ought never have existed. Remove all traces of it. Add the new functions ncplane_move_family_top() and ncplane_move_family_bottom(). Replace the ncplane_boundlist() code in notcurses-demo with a call to ncplane_move_family_top(). We'll also want ncplane_move_family_above() and ncplane_move_family_below(), but they're not yet here. Document all z-axis movement functions; they were lacking documentation before #2232.