home *** CD-ROM | disk | FTP | other *** search
- NAME
- wsetscrreg() setscrreg() - set scrolling region of window
-
- SYNOPSIS
- #include <curses.h>
- #include <curspriv.h>
-
- int wsetscrreg(win, top, bottom)
- WINDOW *win;
- int top;
- int bottom;
-
- int setscrreg(top, bottom)
- int top;
- int bottom;
-
- DESCRIPTION
- wsetscrreg() set the scrolling region of window 'win' to in-
- clude all lines between 'top' and 'bottom'.
-
- setscrreg() set the scrolling region of stdscr to include
- all lines between 'top' and 'bottom'.
-
- EXAMPLES
-
- SEE ALSO
-
- BUGS
-