ultrix man page for scrollok

Query: scrollok

OS: ultrix

Section: 3cur

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

scrollok(3cur)															    scrollok(3cur)

Name
       scrollok - enable screen scrolling

Syntax
       #include <cursesX.h>

       int scrollok(win, bf)
       WINDOW *win;
       bool bf;

Description
       This  option controls what happens when the cursor is moved off the edge of the specified window or scrolling region, either from a newline
       on the bottom line, or typing the last character of the last line.  If disabled, (bf is FALSE) the cursor is left on the bottom	line.	If
       enabled, the window is scrolled up one line and then refreshed.

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

																    scrollok(3cur)
Related Man Pages
scrollok(3xcurses) - opensolaris
addch(3cur) - ultrix
mvwaddch(3cur) - ultrix
scrl(3) - netbsd
wsetscrreg(3) - netbsd
Similar Topics in the Unix Linux Community
Ncurses status bar