pub fn scr_set<P: AsRef<Path>>(path: P) -> Result<(), NCurseswError>
Expand description

The scr_set() routine is a combination of scr_restore() and scr_init(). It tells the program that the information in path 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.