X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_clear.3x.html;h=cfc60626b48e2dab2215e32af3c3c145f5db66a5;hp=db11128f8f5a352f82ec1b87faad5956fe9d4280;hb=6208c89f98f1cf9fe0980bd8e791846ce007a13d;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/doc/html/man/curs_clear.3x.html b/doc/html/man/curs_clear.3x.html index db11128f..cfc60626 100644 --- a/doc/html/man/curs_clear.3x.html +++ b/doc/html/man/curs_clear.3x.html @@ -1,4 +1,3 @@ - + + + curs_clear 3x -

curs_clear 3x

-
+

curs_clear 3x

-
 curs_clear(3x)                                           curs_clear(3x)
 
 
 
 
-
-

NAME

+

NAME

        erase, werase, clear, wclear, clrtobot, wclrtobot,
        clrtoeol, wclrtoeol - clear all or part of a curses window
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        # include <curses.h>
 
        int erase(void);
@@ -65,8 +63,7 @@
        int wclrtoeol(WINDOW *win);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The erase and werase routines copy blanks to  every  posi-
        tion in the window, clearing the screen.
 
@@ -88,8 +85,7 @@
        dition (as set by wbkgdset) merged into them.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        All routines return the integer OK on success and  ERR  on
        failure.   The SVr4.0 manual says "or a non-negative inte-
        ger if immedok is set", but this appears to be an error.
@@ -99,14 +95,12 @@
        error if it is null.
 
 
-
-

NOTES

+

NOTES

        Note that erase, werase, clear, wclear, clrtobot, and clr-
        toeol may be macros.
 
 
-
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4.  The standard specifies that they return  ERR  on
        failure, but specifies no error conditions.
@@ -128,18 +122,24 @@
        ing the next wrefresh, use werase instead.
 
 
-
-

SEE ALSO

-       curses(3x), curs_outopts(3x), curs_refresh(3x)
+

SEE ALSO

+       curses(3x), curs_outopts(3x), curs_refresh(3x), curs_vari-
+       ables(3x)
 
 
 
                                                          curs_clear(3x)
 
-
-
-Man(1) output converted with -man2html -
+