mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
6b2805937d
Create new wrapping types that can safely encapsulate the mutable references, and implement Drop and automatic (de)referencing. - Notcurses - rename Notcurses* to NcNotcurses*. - rename NotcursesOptions to NcNotcursesOptions. - new Notcurses struct. - implement Drop, AsRef, AsMut, Deref & DerefMut. - override stop method to be no-op. - reimplement constructors and associated methods. - remove without_altscreen_with_banners constructor. - update examples and tests. - rustfmt. |
||
---|---|---|
.. | ||
direct-cursor.rs | ||
direct-image-c.rs | ||
direct-image-rust.rs | ||
full-basics.rs | ||
full-input.rs | ||
image-16x16.png | ||
poc-cjkscroll.rs | ||
poc-direct.rs | ||
poc-kittyzapper.rs | ||
poc-menu.rs |