mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
- remove _IO_FILE import and usage. - create handy constructors for NcDirect & Notcurses. (but can't implement destructors for copy types…). - when possible substitute mutable pointers `*mut` for mutable references `&mut` with associated lifetimes. - new widgets module, starting with NcReader & NcReaderOptions constructors