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

  1. NAME
  2.     wclear() clear() - fill all lines with blanks
  3.  
  4. SYNOPSIS
  5.     #include <curses.h>
  6.     #include <curspriv.h>
  7.  
  8.     void wclear(win)
  9.     WINDOW *win;
  10.  
  11.     void clear()
  12.  
  13. DESCRIPTION
  14.     wclear() fills all lines of window 'win' with blanks, and  
  15.     marks the window to be cleared at next refresh operation.  
  16.  
  17.     clear() fills all lines of stdscr with blanks, and marks  
  18.     marks sdtscr to be cleared at next refresh operation.  
  19.  
  20. EXAMPLES
  21.  
  22. SEE ALSO
  23.     werase()
  24.  
  25. BUGS
  26.