delwin(3cur)
NAME
delwin − delete window
SYNTAX
delwin(win)
WINDOW ∗win;
DESCRIPTION
The delwin routine deletes the named window, freeing all memory associated with it. Where windows overlap, subwindows should be deleted before the main window.
Subroutines