home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / applic / ncsa / Mac / Telnet2.6 / prerelease / d5 / Telnet 2.6.1d5.src.sit.hqx / Telnet 2.6.1d5 src / source / vs / vsinterf.proto.h < prev    next >
Encoding:
Text File  |  1994-12-29  |  1.6 KB  |  41 lines

  1.  
  2. /* vsinterf.c */
  3. short VSinit(short max);
  4. short VSiscapturing(short w);
  5. short VSisprinting(short w);
  6. void ClosePrintingFile(short w);
  7. Boolean VSopencapture(short scrn_num, short w);
  8. void VSclosecapture(short w);
  9. void VScapture(unsigned char *ptr, short len);
  10. short VSvalids(short w);
  11. VSscrn *VSwhereis(short i);
  12. void VSIclrbuf(void);
  13. short VSnewscreen(short maxlines, short screensave, short maxwid, short IDC, short forcesave);
  14. short VSdestroy(short w);
  15. short VSredraw(short w, short x1, short y1, short x2, short y2);
  16. short VSwrite(short w, char *ptr, short len);
  17. short VSclear(short w);
  18. void VSpossendEM(short w, short x, short y, short echo);
  19. void VSpossend(short w, short x, short y, short echo);
  20. char VSkbsend(short w, unsigned char k, short echo);
  21. short VSclearall(short w);
  22. short VSreset(short w);
  23. char *VSgetline(short w, short y);
  24. void VSscrolright(short w, short n);
  25. void VSscrolleft(short w, short n);
  26. short VSscroltop(short w);
  27. short VSscrolback(short w, short in);
  28. short VSscrolforward(short w, short n);
  29. short VSsetrgn(short w, short x1, short y1, short x2, short y2);
  30. short VSscrolcontrol(short w, short scrolon, short offtop);
  31. short VSgetrgn(short w, short *x1, short *y1, short *x2, short *y2);
  32. short VSsnapshot(short w);
  33. short VSmaxwidth(short w);
  34. VSlinePtr VSIGetLineStart(short w, short y1);
  35. char *VSIstrcopy(char *src, short len, char *dest, short table);
  36. long VSgettext(short w, short x1, short y1, short x2, short y2, char *charp, long max, char *EOLS, short table);
  37. short VSgetlines(short w);
  38. short VSsetlines(short w, short lines);
  39. short VSsetcols(short w, short myWidth);
  40. short VSgetcols(short w);
  41.