Function libnotcurses_sys::ncplane_set_scrolling[][src]

pub unsafe extern "C" fn ncplane_set_scrolling(
    n: *mut ncplane,
    scrollp: bool
) -> bool
Expand description

All planes are created with scrolling disabled. Scrolling can be dynamically controlled with ncplane_set_scrolling(). Returns true if scrolling was previously enabled, or false if it was disabled.