home *** CD-ROM | disk | FTP | other *** search
- NAME
- _cursesscroll() - scroll window up or down
-
- SYNOPSIS
- void _cursesscroll(urow,lcol,lrow,rcol,lines,attr)
- int urow, lcol, lrow, rcol, lines;
- static char attr;
-
- DESCRIPTION
- Scroll a window in the current page up or down. Urow, lcol,
- lrow,rcol are the window coordinats. lines is the number of
- lines to scroll. If 0, clears the window, if < 0 scrolls
- down, > 0 scrolls up. Blanks areas that are left, and sets
- character attributes to attr. If in a colour graphics mode,
- fills them with the colour 'attr' instead.
-
- EXAMPLES
-
- SEE ALSO
-
- BUGS
-