wclear.c

Go to the documentation of this file.
00001 #include <curses.h>
00002 #include "curspriv.h"
00003 
00004 /****************************************************************/
00005 /* Wclear() fills all lines of window 'win' with blanks, and    */
00006 /* Marks the window to be cleared at next refresh operation.    */
00007 /****************************************************************/
00008 
00009 void wclear(win)
00010 WINDOW *win;
00011 {
00012   werase(win);
00013   win->_clear = TRUE;
00014 }                               /* wclear */

Generated on Fri Apr 14 22:57:26 2006 for minix by  doxygen 1.4.6