home *** CD-ROM | disk | FTP | other *** search
- NAME
- wclear() clear() - fill all lines with blanks
-
- SYNOPSIS
- #include <curses.h>
- #include <curspriv.h>
-
- void wclear(win)
- WINDOW *win;
-
- void clear()
-
- DESCRIPTION
- wclear() fills all lines of window 'win' with blanks, and
- marks the window to be cleared at next refresh operation.
-
- clear() fills all lines of stdscr with blanks, and marks
- marks sdtscr to be cleared at next refresh operation.
-
- EXAMPLES
-
- SEE ALSO
- werase()
-
- BUGS
-