mirror of
https://github.com/dankamongmen/notcurses
synced 2025-04-03 13:20:03 -04:00
- made const NotcursesOptions constructors. - refactor Notcurses constructors to return NcResult. - pass NotcursesOptions by value, since it's Copy. - update tests. - add helper modules for Notcurses & NcPlane. - new initialization functions to be used in tests. - BONUS: - refactor NcDirect - update examples.