pub fn delwin(handle: WINDOW) -> Result<(), NCurseswError>
Expand description

Deletes the named window, freeing all memory associated with it (it does not actually erase the window’s screen image). Sub-windows must be deleted before the main window can be deleted.