scroll(3cur) ultrix man page | unix.com

Man Page: scroll

Operating Environment: ultrix

Section: 3cur

scroll(3cur)															      scroll(3cur)

Name
       scroll - scroll window

Syntax
       #include <cursesX.h>

       int scroll(win)
       WINDOW *win;

Description
       The window is scrolled up one line.  This involves moving the lines in the window data structure.

       You  would not normally use this routine as the terminal scrolls automatically if is enabled.  A typical case where might be used is with a
       screen editor.

Return Values
       The function returns OK on success and ERR on error.

See Also
       scrollok(3cur)

																      scroll(3cur)
Related Man Pages
scroll(3ncurses) - debian
wscrl(3ncurses) - debian
wscrl(3ncurses) - suse
scroll(3ncurses) - php
scroll(3ncurses) - hpux
Similar Topics in the Unix Linux Community
Vi horizontal scrolling
scroll bars in Exceed X-windows
command scrolling using arrow keys
Does anybody know how to simulate press Fn+Scroll Lk in Linux c
Scrolling through text while interacting with program prompts