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

  1.  
  2. /* vsintern.c */
  3. short VSIclip(short *x1, short *y1, short *x2, short *y2, short *n, short *offset);
  4. short VSIcdellines(short w, short top, short bottom, short n, short scrolled);
  5. short VSIcinslines(short w, short top, short bottom, short n, short scrolled);
  6. void VSIcurson(short w, short x, short y, short ForceMove);
  7. void VSIcuroff(short w);
  8. short VSIcursorvisible(void);
  9. VSlineArray VSInewlinearray(short nrlines);
  10. VSlinePtr VSInewlines(short nlines,short elementSize);
  11. void VSIlistndx(register VSlinePtr ts, register VSattrlinePtr as);
  12. void VSIscroff(void);
  13. void VSIelo(short s);
  14. void VSIes(void);
  15. void VSItabclear(void);
  16. void VSItabinit(void);
  17. void VSIreset(void);
  18. void VSIlistmove(VSlinePtr TD, VSlinePtr BD, VSlinePtr TI, VSlinePtr BI);
  19. void VSIdellines(short n, short s);
  20. void VSIinslines(short n, short s);
  21. void VSIscroll(void);
  22. void VSIindex(void);
  23. void VSIwrapnow(short *xp, short *yp);
  24. void VSIeeol(void);
  25. void VSIdelchars(short x);
  26. void VSIfreelinelist(VSlinePtr listhead);
  27. void VSIfreelines(void);
  28. void VSIrindex(void);
  29. void VSIebol(void);
  30. void VSIel(short s);
  31. void VSIeeos(void);
  32. void VSIebos(void);
  33. void VSIrange(void);
  34. void VTsendpos(void);
  35. void VTsendstat(void);
  36. void VTsendident(void);
  37. void VTalign(void);
  38. void VSIapclear(void);
  39. void VSIsetoption(short toggle);
  40. void VSItab(void);
  41. void VSIinschar(short x);
  42. void VSIinsstring(short len, char *start);
  43. void VSIsave(void);
  44. void VSIrestore(void);
  45. void VSIdraw(short VSIwn, short x, short y, short a, short len, char *c);
  46. VSattrlineArray VSInewattrlinearray(short nrlines);