X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_scroll.3x.html;h=f6fbcbb0762684d1057895cb7e8c91b40307785f;hp=0b0e8927c81b04b5c9e826bc1a48f282b1d61212;hb=9f479192e3ca3413d235c66bf058f8cc63764898;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280 diff --git a/doc/html/man/curs_scroll.3x.html b/doc/html/man/curs_scroll.3x.html index 0b0e8927..f6fbcbb0 100644 --- a/doc/html/man/curs_scroll.3x.html +++ b/doc/html/man/curs_scroll.3x.html @@ -1,4 +1,4 @@ - -curs_scroll 3x +curs_scroll 3X -

curs_scroll 3x

+

curs_scroll 3X

-curs_scroll(3x)                                                curs_scroll(3x)
+curs_scroll(3X)                                                curs_scroll(3X)
 
 
 
 
 

NAME

-       scroll, scrl, wscrl - scroll a curses window
+       scroll, scrl, wscrl - scroll a curses window
 
 
 

SYNOPSIS

-       #include <curses.h>
+       #include <curses.h>
 
-       int scroll(WINDOW *win);
-       int scrl(int n);
-       int wscrl(WINDOW *win, int n);
+       int scroll(WINDOW *win);
+
+       int scrl(int n);
+       int wscrl(WINDOW *win, int n);
 
 
 

DESCRIPTION

-       The  scroll routine scrolls the window up one line.  This involves mov-
+       The  scroll routine scrolls the window up one line.  This involves mov-
        ing the lines in the window data structure.  As an optimization, if the
-       scrolling  region  of  the  window  is  the entire screen, the physical
-       screen may be scrolled at the same time.
+       scrolling  region  of  the  window  is  the entire screen, the physical
+       screen may be scrolled at the same time.
 
-       For positive n, the scrl and wscrl routines  scroll  the  window  up  n
-       lines  (line  i+n becomes i); otherwise scroll the window down n lines.
+       For positive n, the scrl and wscrl routines  scroll  the  window  up  n
+       lines  (line  i+n becomes i); otherwise scroll the window down n lines.
        This involves moving the lines in the window character image structure.
        The current cursor position is not changed.
 
-       For these functions to work, scrolling must be enabled via scrollok.
+       For these functions to work, scrolling must be enabled via scrollok.
 
 
 

RETURN VALUE

-       These routines return ERR upon failure, and OK (SVr4 only specifies "an
-       integer value other than ERR") upon successful completion.
+       These routines return ERR upon failure, and OK (SVr4 only specifies "an
+       integer value other than ERR") upon successful 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.
+       if scrolling is not enabled in the window, e.g., with scrollok.
 
 
 

NOTES

-       Note that scrl and scroll may be macros.
+       Note that scrl and scroll may be macros.
 
        The  SVr4  documentation  says  that  the  optimization  of  physically
        scrolling immediately if the scroll region is the  entire  screen  "is"
@@ -101,11 +102,11 @@
 
 
 

SEE ALSO

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