mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
several functions appear to have recently been marked as accepting a const ncplane, despite potentially writing into that plane's egcpool. in such cases, the ncplane argument cannot be marked constant, as indicated by compiler warnings. all have been rectified.