home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8710 / pc-curses-doc / 3 / delwin.m < prev    next >
Encoding:
Text File  |  1993-09-02  |  372 b   |  22 lines

  1. NAME
  2.     delwin() - deallocate all data allocated by 'win'.
  3.  
  4. SYNOPSIS
  5.     #include <curses.h>
  6.     #include <curspriv.h>
  7.  
  8.     void delwin(win)
  9.     WINDOW *win;
  10.  
  11. DESCRIPTION
  12.     delwin() deallocates all data allocated by 'win'. If 'win'  
  13.     is a subwindow, it uses the original window's lines for sto-  
  14.     rage, and thus the line arrays are not deallocated.  
  15.  
  16. EXAMPLES
  17.  
  18. SEE ALSO
  19.     free()
  20.  
  21. BUGS
  22.