Constant libnotcurses_sys::c_api::NCOPTION_SCROLLING[][src]

pub const NCOPTION_SCROLLING: u64 = crate::bindings::ffi::NCOPTION_SCROLLING as u64; // 0x0000_0000_0000_0200u64
Expand description

Prepares the standard plane in scrolling mode, useful for CLIs. This is equivalent to calling ncplane_set_scrolling(notcurses_stdplane(nc), true).