pub fn wresize(handle: WINDOW, size: Size) -> Result<(), NCurseswError>
Expand description

Reallocate storage for a NCurses window to adjust its dimensions to the specified values. If either dimension is larger than the current values, the window’s data is filled with blanks that have the current background rendition (as set by bkgdset()) merged into them.