The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

NAME

setscrreg, wsetscrreg - define software scrolling region

SYNOPSIS

#include <curses.h>

int setscrreg(int top, int bot);

int wsetscrreg(WINDOW *win, int top, int bot);

DESCRIPTION

Refer to clearok().

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]