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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1993-09-02
|
324 b
|
21 lines
NAME
scroll() - scroll the scrolling region of window.
SYNOPSIS
#include <curses.h>
#include <curspriv.h>
void scroll(win)
WINDOW *win;
DESCRIPTION
scroll() scrolls the scrolling region of 'win', but only if
scrolling is allowed and if the cursor is inside the scrol-
ling region.
EXAMPLES
SEE ALSO
BUGS