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

The scr_restore() routine sets the virtual screen to the contents of the file specificed by path, which must have been written using scr_dump(). The next call to doupdate() restores the physical screen to the way it looked in the dump file.