home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8710 / pc-curses-doc / 2 / cursesscroll.m < prev   
Encoding:
Text File  |  1993-09-02  |  562 b   |  22 lines

  1. NAME
  2.     _cursesscroll() - scroll window up or down
  3.  
  4. SYNOPSIS
  5.     void _cursesscroll(urow,lcol,lrow,rcol,lines,attr)
  6.     int urow, lcol, lrow, rcol, lines;
  7.     static char attr;
  8.  
  9. DESCRIPTION
  10.     Scroll a window in the current page up or down. Urow, lcol,  
  11.     lrow,rcol are the window coordinats. lines is the number of  
  12.     lines to scroll. If 0, clears the window, if < 0 scrolls  
  13.     down, > 0 scrolls up. Blanks areas that are left, and sets  
  14.     character attributes to attr. If in a colour graphics mode,  
  15.     fills them with the colour 'attr' instead.  
  16.  
  17. EXAMPLES
  18.  
  19. SEE ALSO
  20.  
  21. BUGS
  22.