ncplane_set_scrolling

Function ncplane_set_scrolling 

Source
pub unsafe extern "C" fn ncplane_set_scrolling(
    n: *mut ncplane,
    scrollp: c_uint,
) -> 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.