[][src]Function ncursesw::set_term

pub fn set_term(screen: SCREEN) -> Result<SCREEN, NCurseswError>

The set_term() routine is used to switch 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 SCREEN pointers; all other routines affect only the current terminal.