Closed dankamongmen closed 4 years ago
This is almost entirely UI code, so most of it will be going away with the wide-sweeping changes of #21.
All operational code has been extracted from assert()s
in the dankamongmen/notcurses
branch. When that branch is merged, we're done with this issue.
Most particularly in the ncurses UI code, we have an awful lot of necessary activity living inside of
assert()
s. If these are disabled via NDEBUG, we just won't work. Get 'em out of there.