[][src]Function ncursesw::scr_restore

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

The scr_restore() routine sets the virtual screen to the contents of filename, 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.