pub fn getwin<I: AsRawFd + Read>(file: &I) -> Result<WINDOW, NCurseswError>
Expand description

Read window related data stored in the file by an earlier putwin() call. The routine then creates and initializes a new window using that data, returning the new window object.