Constant libnotcurses_sys::NCOPTION_PRESERVE_CURSOR[][src]

pub const NCOPTION_PRESERVE_CURSOR: u64 = crate::bindings::ffi::NCOPTION_PRESERVE_CURSOR as u64; // 0x0000_0000_0000_0010u64
Expand description

Initialize the standard plane’s virtual cursor to match the physical cursor at context creation time.

Together with NCOPTION_NO_ALTERNATE_SCREEN and a scrolling standard plane, this facilitates easy scrolling-style programs in rendered mode.