X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_refresh.3x.html;h=45f815789801eb86744dbaf3f0111465e6e72087;hp=06e3fb5b5e6e52a476ee05dec592075c8995ea70;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e;ds=inline diff --git a/doc/html/man/curs_refresh.3x.html b/doc/html/man/curs_refresh.3x.html index 06e3fb5b..45f81578 100644 --- a/doc/html/man/curs_refresh.3x.html +++ b/doc/html/man/curs_refresh.3x.html @@ -1,4 +1,3 @@ - + + + curs_refresh 3x @@ -39,20 +41,19 @@

curs_refresh 3x


-
 curs_refresh(3x)                                       curs_refresh(3x)
 
 
 
 
 
-

NAME

+

NAME

        doupdate, redrawwin, refresh, wnoutrefresh, wredrawln,
        wrefresh - refresh curses windows and lines
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int refresh(void);
@@ -64,7 +65,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The refresh and wrefresh  routines  (or  wnoutrefresh  and
        doupdate)  must be called to get actual output to the ter-
        minal, as other routines  merely  manipulate  data  struc-
@@ -116,7 +117,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Routines  that  return an integer return ERR upon failure,
        and OK (SVr4 only specifies "an integer value  other  than
        ERR") upon successful completion.
@@ -134,12 +135,12 @@
 
 
 
-

NOTES

+

NOTES

        Note that refresh and redrawwin may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        The XSI Curses standard, Issue  4  describes  these  func-
        tions.
 
@@ -154,17 +155,23 @@
 
 
 
-

SEE ALSO

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

SEE ALSO

+       curses(3x), curs_outopts(3x) curs_variables(3x).
 
 
 
                                                        curs_refresh(3x)
 
-
-
-Man(1) output converted with -man2html -
+