X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_refresh.3x.html;h=9a4319569dc121f5c2614f0a67d9125c773dc6c4;hb=87c2c84cbd2332d6d94b12a1dcaf12ad1a51a938;hp=cfb75eba9fae48418c4698205b50a26dec28f93d;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;p=ncurses.git diff --git a/doc/html/man/curs_refresh.3x.html b/doc/html/man/curs_refresh.3x.html index cfb75eba..9a431956 100644 --- a/doc/html/man/curs_refresh.3x.html +++ b/doc/html/man/curs_refresh.3x.html @@ -1,6 +1,7 @@ - @@ -34,8 +35,8 @@ curs_refresh 3x - - + +

curs_refresh 3x

@@ -54,11 +55,12 @@ #include <curses.h> int refresh(void); - int wrefresh(WINDOW *win); - int wnoutrefresh(WINDOW *win); + int wrefresh(WINDOW *win); + int wnoutrefresh(WINDOW *win); int doupdate(void); - int redrawwin(WINDOW *win); - int wredrawln(WINDOW *win, int beg_line, int num_lines); + + int redrawwin(WINDOW *win); + int wredrawln(WINDOW *win, int beg_line, int num_lines);

DESCRIPTION

@@ -69,9 +71,9 @@
        ly manipulate data structures.  The routine wrefresh copies  the  named
        window  to  the  physical  screen,  taking into account what is already
        there to do optimizations.  The refresh routine is the same, using std-
-       scr as the default window.  Unless leaveok has been enabled, the physi-
-       cal cursor of the terminal is left at the location of  the  cursor  for
-       that window.
+       scr  as  the  default window.  Unless leaveok(3x) has been enabled, the
+       physical cursor of the terminal is left at the location of  the  cursor
+       for that window.
 
 
 

wnoutrefresh/doupdate