]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/html/curs_refresh.3x.html
ncurses 4.2
[ncurses.git] / Ada95 / html / curs_refresh.3x.html
index ff6d9a33eedd86681ea4cd46be17095ace9fc286..9e44730f1b1ea029f3ea1763a784b216374b8e6d 100644 (file)
 
        The <STRONG>wredrawln</STRONG> routine indicates to <STRONG>curses</STRONG> 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 <STRONG>redrawwin</STRONG>() touches the entire window and then
-       refreshes it.
+       thing is written over  them.   It  touches  the  indicated
+       lines  (marking  them  changed).   The routine <STRONG>redrawwin</STRONG>()
+       touches the entire window.
 
 
 </PRE>
 <H2>RETURN VALUE</H2><PRE>
-       Routines  that  return an integer return <STRONG>ERR</STRONG> upon failure,
-       and <STRONG>OK</STRONG> (SVr4 only specifies "an integer value  other  than
+       Routines that return an integer return <STRONG>ERR</STRONG>  upon  failure,
+       and  <STRONG>OK</STRONG>  (SVr4 only specifies "an integer value other than
        <STRONG>ERR</STRONG>") upon successful completion.
 
 
 
 </PRE>
 <H2>PORTABILITY</H2><PRE>
-       The  XSI  Curses  standard,  Issue 4 describes these func-
+       The XSI Curses standard, Issue  4  describes  these  func-
        tions.
 
-       Whether <STRONG>wnoutrefresh()</STRONG> copies to the  virtual  screen  the
-       entire  contents  of a window or just its changed portions
+       Whether  <STRONG>wnoutrefresh()</STRONG>  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 <STRONG>touchwin()</STRONG>  before  the  <STRONG>wnoutrefresh()</STRONG>  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  <STRONG>touchwin()</STRONG>  before  the  <STRONG>wnoutrefresh()</STRONG>  call to
        guarantee an entire-contents copy anywhere.
 
 
 
 
 
+
 </PRE>
 </BODY>
 </HTML>