[][src]Function ncursesw::scr_set

pub fn scr_set(filename: &Path) -> Result<(), NCurseswError>

The scr_set() routine is a combination of scr_restore() and scr_init(). It tells the program that the information in filename is what is currently on the screen, and also what the program wants on the screen. This can be thought of as a screen inheritance function.