home *** CD-ROM | disk | FTP | other *** search
- NAME
- delwin() - deallocate all data allocated by 'win'.
-
- SYNOPSIS
- #include <curses.h>
- #include <curspriv.h>
-
- void delwin(win)
- WINDOW *win;
-
- DESCRIPTION
- delwin() deallocates all data allocated by 'win'. If 'win'
- is a subwindow, it uses the original window's lines for sto-
- rage, and thus the line arrays are not deallocated.
-
- EXAMPLES
-
- SEE ALSO
- free()
-
- BUGS
-