home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-03-26 | 1.7 KB | 43 lines | [TEXT/CWIE] |
-
- /* vsinterf.c */
- short VSinit(short max);
- short VSiscapturing(short w);
- short VSisprinting(short w);
- void ClosePrintingFile(short w);
- Boolean VSopencapture(short scrn_num, short w);
- void VSclosecapture(short w);
- void VScapture(unsigned char *ptr, short len);
- short VSvalids(short w);
- VSscrn *VSwhereis(short i);
- void VSIclrbuf(void);
- short VSnewscreen(short maxlines, short screensave, short numLines, short maxwid, short forcesave);
- short VSdestroy(short w);
- short VSredraw(short w, short x1, short y1, short x2, short y2);
- short VSwrite(short w, char *ptr, short len);
- short VSclear(short w);
- void VSpossendEM(short w, short x, short y, short echo);
- void VSpossend(short w, short x, short y, short echo);
- char VSkbsend(short w, unsigned char k, short echo);
- short VSclearall(short w);
- short VSreset(short w);
- char *VSgetline(short w, short y);
- void VSscrolright(short w, short n);
- void VSredrawLine(short w);
- void VSscrolleft(short w, short n);
- short VSscroltop(short w);
- short VSscrolback(short w, short in);
- short VSscrolforward(short w, short n);
- short VSsetrgn(short w, short x1, short y1, short x2, short y2);
- short VSscrolcontrol(short w, short scrolon, short offtop);
- short VSgetrgn(short w, short *x1, short *y1, short *x2, short *y2);
- short VSsnapshot(short w);
- short VSmaxwidth(short w);
- VSlinePtr VSIGetLineStart(short w, short y1);
- char *VSIstrcopy(char *src, short len, char *dest, short table);
- long VSgettext(short w, short x1, short y1, short x2, short y2, char *charp, long max, char *EOLS, short table);
- short VSgetlines(short w);
- short VSsetlines(short w, short lines);
- short VSsetcols(short w, short myWidth);
- short VSgetcols(short w);
- short VSIgetNextTabDistance(void);
-