X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_scroll.3x.html;h=7f41572782fe43a3280876b32d2318ab2253614e;hp=0570dadb7d1409336dca98f740130a4588d6f07d;hb=82a087c4c47679fcfa59bb6d7bdbe587355ba3f6;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/doc/html/man/curs_scroll.3x.html b/doc/html/man/curs_scroll.3x.html index 0570dadb..7f415727 100644 --- a/doc/html/man/curs_scroll.3x.html +++ b/doc/html/man/curs_scroll.3x.html @@ -1,7 +1,7 @@ @@ -40,7 +40,7 @@
 
-curs_scroll(3x)                                   curs_scroll(3x)
+curs_scroll(3x)                                         curs_scroll(3x)
 
 
 
@@ -83,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

@@ -93,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.
 
 
 
@@ -114,7 +120,7 @@ - curs_scroll(3x) + curs_scroll(3x)