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=e169d954bf7d9b479b5ddb7bef6e85eae07bf866;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/doc/html/man/curs_refresh.3x.html b/doc/html/man/curs_refresh.3x.html index e169d954..45f81578 100644 --- a/doc/html/man/curs_refresh.3x.html +++ b/doc/html/man/curs_refresh.3x.html @@ -1,7 +1,6 @@ - +
+ +- curs_refresh(3x) curs_refresh(3x)-
+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 - +