Function pancurses::set_term [] [src]

pub fn set_term(new: SCREEN) -> SCREEN

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.)