[][src]Function matrixise::set_term

pub fn set_term(new: *mut i8) -> *mut i8

Switches between different terminals.

The screen reference new becomes the new current terminal. The previous terminal is returned by the routine. This is the only routine which manipulates ScrPtr's; all other routines affect only the current terminal.

(Does nothing meaningful in PDCurses, but is included for compatibility with other curses implementations.)