Function libnotcurses_sys::c_api::ncplane_below
source · pub unsafe extern "C" fn ncplane_below(
n: *mut ncplane
) -> *mut ncplaneExpand description
Return the plane below this one, or NULL if this is at the bottom.
pub unsafe extern "C" fn ncplane_below(
n: *mut ncplane
) -> *mut ncplaneReturn the plane below this one, or NULL if this is at the bottom.