Function libnotcurses_sys::ffi::notcurses_enter_alternate_screen [−][src]
pub unsafe extern "C" fn notcurses_enter_alternate_screen(
nc: *mut notcurses
) -> c_int
Expand description
Shift to the alternate screen, if available. If already using the alternate screen, this returns 0 immediately. If the alternate screen is not available, this returns -1 immediately. Entering the alternate screen turns off scrolling for the standard plane.