pub fn putwin<O: AsRawFd + Write>(
    handle: WINDOW,
    file: &O
) -> Result<(), NCurseswError>
Expand description

Write all data associated with the window into the provided file. This information can be later retrieved using the getwin() function.