X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_scroll.3x.html;h=d936cbc1b0da88be4af4dbcd48d1dd35eba744ff;hp=56a471a2c323872cd362d76ae0592d923929f514;hb=7884aa084f9440fd964f14fe31853a5f85db5104;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b diff --git a/doc/html/man/curs_scroll.3x.html b/doc/html/man/curs_scroll.3x.html index 56a471a2..d936cbc1 100644 --- a/doc/html/man/curs_scroll.3x.html +++ b/doc/html/man/curs_scroll.3x.html @@ -1,6 +1,7 @@ @@ -34,7 +35,7 @@ curs_scroll 3x - + @@ -52,16 +53,17 @@

SYNOPSIS

        #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-
        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.