home *** CD-ROM | disk | FTP | other *** search
- extern int VSsetrgn
- (
- int w,
- int x1,
- int y1,
- int x2,
- int y2
- );
-
- extern int VSscrolforward
- (
- int w,
- int n
- );
-
- extern int VSscrolback
- (
- int w,
- int in
- );
-
- extern void VSscrolright
- (
- int w,
- int n
- );
-
- extern void VSscrolleft
- (
- int w,
- int n
- );
-
- extern int VSredraw
- (
- int w,
- int x1,
- int y1,
- int x2,
- int y2
- );
-
- extern int VSgetlines
- (
- int w
- );
-
- extern int VSmaxwidth
- (
- int w
- );
-
- extern int VSgetrgn
- (
- int w,
- int *x1,
- int *y1,
- int *x2,
- int *y2
- );
-
- extern int VSnewscreen
- (
- int maxlines,
- int screensave,
- int maxwid,
- int IDC, /* NCSA 2.5 */
- int forcesave /* NCSA 2.5 */
- );
-
- extern int VSsetlines
- (
- int w,
- int lines
- );
-
- extern int VSwrite
- (
- int w,
- char *ptr,
- int len
- );
-
- extern void VSdetach
- (
- int w
- );
-
- extern void VSpossend
- (
- int w,
- int x,
- int y,
- int echo
- );
-
- extern int VSscrolcontrol
- (
- int w,
- int scrolon,
- int offtop
- );
-
- extern int VSreset
- (
- int w
- );
-
- extern int VSinit
- (
- int max
- );
-
- extern char VSkbsend
- (
- int w,
- unsigned char k,
- int echo
- );
-
- extern int VSiscapturing(int w); /* BYU 2.4.18 */
-
- extern int VSopencapture(int scrn_num, int w); /* BYU 2.4.18 */
-
- extern void VSclosecapture(int w); /* BYU 2.4.18 */
-
- extern void VScapture(unsigned char *ptr, int len); /* BYU 2.4.18 */
-
-