X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_scroll.3x.html;h=375205d99ad70655c1d56eb29fe089a89f25fd78;hp=cd50d76ea44b69b2c9273c0e7315fa24506d0da6;hb=55ccd2b959766810cf7db8d1c4462f338ce0afc8;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/curs_scroll.3x.html b/doc/html/man/curs_scroll.3x.html index cd50d76e..375205d9 100644 --- a/doc/html/man/curs_scroll.3x.html +++ b/doc/html/man/curs_scroll.3x.html @@ -1,7 +1,7 @@ @@ -40,6 +40,10 @@
 
+curs_scroll(3x)                                         curs_scroll(3x)
+
+
+
 
 

NAME

@@ -79,6 +83,12 @@
        specifies "an integer value other than ERR") upon success-
        ful completion.
 
+       X/Open defines no error conditions.
+
+       This implementation returns an error if the window pointer
+       is  null,  or  if  scrolling is not enabled in the window,
+       e.g., with scrollok.
+
 
 

NOTES

@@ -89,13 +99,13 @@
        entire screen "is"  performed,  not  "may  be"  performed.
        This  implementation  deliberately does not guarantee that
        this will occur, to leave open the possibility of  smarter
-       optimization  of  multiple  scroll  actions  on  the  next
-       update.
+       optimization  of  multiple  scroll actions on the next up-
+       date.
 
        Neither the SVr4 nor the XSI documentation specify whether
        the current attribute or current color-pair of blanks gen-
-       erated by the  scroll  function  is  zeroed.   Under  this
-       implementation it is.
+       erated by the scroll function is zeroed.  Under  this  im-
+       plementation it is.
 
 
 
@@ -108,6 +118,9 @@

SEE ALSO

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