X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fhtml%2Fcurs_refresh.3x.html;fp=Ada95%2Fhtml%2Fcurs_refresh.3x.html;h=9e44730f1b1ea029f3ea1763a784b216374b8e6d;hp=ff6d9a33eedd86681ea4cd46be17095ace9fc286;hb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1;hpb=3a9b6a3bf0269231bef7de74757a910dedd04e0c;ds=sidebyside diff --git a/Ada95/html/curs_refresh.3x.html b/Ada95/html/curs_refresh.3x.html index ff6d9a33..9e44730f 100644 --- a/Ada95/html/curs_refresh.3x.html +++ b/Ada95/html/curs_refresh.3x.html @@ -62,16 +62,15 @@ The wredrawln routine indicates to curses that some screen lines are corrupted and should be thrown away before any- - thing is written over them it touches the indicated lines - (marking them changed) then does a refresh of the window. - The routine redrawwin() touches the entire window and then - refreshes it. + thing is written over them. It touches the indicated + lines (marking them changed). The routine redrawwin() + touches the entire window.

RETURN VALUE

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

PORTABILITY

-       The  XSI  Curses  standard,  Issue 4 describes these func-
+       The XSI Curses standard, Issue  4  describes  these  func-
        tions.
 
-       Whether wnoutrefresh() copies to the  virtual  screen  the
-       entire  contents  of a window or just its changed portions
+       Whether  wnoutrefresh()  copies  to the virtual screen the
+       entire contents of a window or just its  changed  portions
        has never been well-documented in historic curses versions
-       (including  SVr4).   It  might be unwise to rely on either
-       behavior in programs that might have  to  be  linked  with
-       other  curses  implementations.   Instead,  you  can do an
-       explicit touchwin()  before  the  wnoutrefresh()  call  to
+       (including SVr4).  It might be unwise to  rely  on  either
+       behavior  in  programs  that  might have to be linked with
+       other curses implementations.   Instead,  you  can  do  an
+       explicit  touchwin()  before  the  wnoutrefresh()  call to
        guarantee an entire-contents copy anywhere.
 
 
@@ -117,6 +116,7 @@
 
 
 
+