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