home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / Screens / vsinterf.proto.h < prev    next >
Encoding:
Text File  |  1995-03-26  |  1.7 KB  |  43 lines  |  [TEXT/CWIE]

  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 numLines, short maxwid, 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 VSredrawLine(short w);
  26. void VSscrolleft(short w, short n);
  27. short VSscroltop(short w);
  28. short VSscrolback(short w, short in);
  29. short VSscrolforward(short w, short n);
  30. short VSsetrgn(short w, short x1, short y1, short x2, short y2);
  31. short VSscrolcontrol(short w, short scrolon, short offtop);
  32. short VSgetrgn(short w, short *x1, short *y1, short *x2, short *y2);
  33. short VSsnapshot(short w);
  34. short VSmaxwidth(short w);
  35. VSlinePtr VSIGetLineStart(short w, short y1);
  36. char *VSIstrcopy(char *src, short len, char *dest, short table);
  37. long VSgettext(short w, short x1, short y1, short x2, short y2, char *charp, long max, char *EOLS, short table);
  38. short VSgetlines(short w);
  39. short VSsetlines(short w, short lines);
  40. short VSsetcols(short w, short myWidth);
  41. short VSgetcols(short w);
  42. short VSIgetNextTabDistance(void);
  43.