X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_clear.3x.html;h=1f59187084736915fea6e62ce78846b8c5e9ca4e;hp=39f9ad929d9ebe9fd0646eb11e4034ff181a5a73;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=761e4f0825b330e970558e82a4bd638383914429 diff --git a/doc/html/man/curs_clear.3x.html b/doc/html/man/curs_clear.3x.html index 39f9ad92..1f591870 100644 --- a/doc/html/man/curs_clear.3x.html +++ b/doc/html/man/curs_clear.3x.html @@ -1,4 +1,3 @@ - + + + curs_clear 3x @@ -39,20 +41,19 @@

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);
@@ -66,7 +67,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The erase and werase routines copy blanks to  every  posi-
        tion in the window, clearing the screen.
 
@@ -89,7 +90,7 @@
 
 
 
-

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.
@@ -100,13 +101,13 @@
 
 
 
-

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.
@@ -129,7 +130,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_outopts(3x), curs_refresh(3x), curs_vari-
        ables(3x)
 
@@ -137,10 +138,16 @@
 
                                                          curs_clear(3x)
 
-
-
-Man(1) output converted with -man2html -
+