[][src]Function ncursesw::putwin

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

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