Function libnotcurses_sys::ncplane_destroy[][src]

pub unsafe extern "C" fn ncplane_destroy(n: *mut ncplane) -> c_int
Expand description

Destroy the specified ncplane. None of its contents will be visible after the next call to notcurses_render(). It is an error to attempt to destroy the standard plane.