mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
Replace the singly-linked z-axis with a doubly-linked list, and reimplement all z-axis moves as O(1) functions. Eliminate ncplane_move_{above/below}_unsafe(), as there are no longer unsafe moves.