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

  1. NAME
  2.     endwin() - clean-up after using the PCcurses package
  3.  
  4. SYNOPSIS
  5.     #include <curses.h>
  6.     #include <curspriv.h>
  7.  
  8.     int endwin()
  9.  
  10. DESCRIPTION
  11.     endwin() does neccessary clean-up after using the PCcurses  
  12.     package. It should be called before exiting the user's pro-  
  13.     gram.  
  14.  
  15. EXAMPLES
  16.  
  17. SEE ALSO
  18.     delwin(); curson(); _cursescursor(); _cursesscb()
  19.  
  20. BUGS
  21.