delwin(3cur)
Name
delwin − delete window
Syntax
#include <cursesX.h>
int 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.
Return Value
The delwin function returns OK on success and ERR on error.
Errors
No errors are defined for this function.