home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8710 / pc-curses-doc / 4 / scroll.m < prev    next >
Encoding:
Text File  |  1993-09-02  |  324 b   |  21 lines

  1. NAME
  2.     scroll() - scroll the scrolling region of window.
  3.  
  4. SYNOPSIS
  5.     #include <curses.h>
  6.     #include <curspriv.h>
  7.  
  8.     void scroll(win)
  9.     WINDOW *win;
  10.  
  11. DESCRIPTION
  12.     scroll() scrolls the scrolling region of 'win', but only if  
  13.     scrolling is allowed and if the cursor is inside the scrol-  
  14.     ling region.  
  15.  
  16. EXAMPLES
  17.  
  18. SEE ALSO
  19.  
  20. BUGS
  21.