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 |
---|
mvaddch(3cur) - ultrix |
mvwaddch(3cur) - ultrix |
waddch(3cur) - ultrix |
curses_scroll(3) - netbsd |
scrl(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Ncurses status bar |