pub fn resizeterm(size: Size) -> Result<(), NCurseswError>
Expand description

Resize the standard and current windows to the specified dimensions, and adjusts other bookkeeping data used by the NCurses library that record the window dimensions (in particular the SIGWINCH handler).