Function libnotcurses_sys::ncplane_erase[][src]

pub unsafe extern "C" fn ncplane_erase(n: *mut ncplane)
Expand description

Erase every cell in the ncplane (each cell is initialized to the null glyph and the default channels/styles). All cells associated with this ncplane are invalidated, and must not be used after the call, excluding the base cell. The cursor is homed. The plane’s active attributes are unaffected.