ultrix man page for clear

Query: clear

OS: ultrix

Section: 3cur

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

clear(3cur)															       clear(3cur)

Name
       clear, wclear - clear window

Syntax
       #include <cursesX.h>

       int clear()

       int wclear(win)
       WINDOW *win;

Description
       The routine resets the entire default window to blanks and sets the current
       (y, x) coordinates to (0, 0).

       The routine resets the entire specified window to blanks and sets the current (y, x) coordinates to (0, 0).

       The  routine  assumes  that  the  screen may have garbage on it that it doesn't know about.  The routine first calls which copies blanks to
       every position in the default window, and then which clears the physical screen completely on the next call to for

       The routine is a macro.

Return Values
       The and functions return OK on success and ERR on error.

See Also
       clearok(3cur), erase(3cur), refresh(3cur)

																       clear(3cur)
Related Man Pages
addstr(3cur) - ultrix
mvaddch(3cur) - ultrix
mvaddstr(3cur) - ultrix
mvgetch(3cur) - ultrix
wprintw(3cur) - ultrix
Similar Topics in the Unix Linux Community
DISPLAY settiing
How to clear the content of a pipe (STDIN) after it is written to another program?
Moving Files from one folder to another folder
Unclear pointer and array
How to clear a removed single-disk pool from being listed by zpool import?