home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / text / vim / src / proto / term.pro < prev    next >
Text File  |  1995-02-27  |  925b  |  24 lines

  1. /* term.c */
  2. void set_term __PARMS((unsigned char *term));
  3. char *tgoto __PARMS((char *cm, int x, int y));
  4. void termcapinit __PARMS((unsigned char *term));
  5. void flushbuf __PARMS((void));
  6. void outchar __PARMS((unsigned int c));
  7. void outstrn __PARMS((unsigned char *s));
  8. void outstr __PARMS((unsigned char *s));
  9. void windgoto __PARMS((int row, int col));
  10. void setcursor __PARMS((void));
  11. void ttest __PARMS((int pairs));
  12. int inchar __PARMS((unsigned char *buf, int maxlen, int time));
  13. int check_termcode __PARMS((unsigned char *buf));
  14. void outnum __PARMS((long n));
  15. void check_winsize __PARMS((void));
  16. void set_winsize __PARMS((int width, int height, int mustset));
  17. void settmode __PARMS((int raw));
  18. void starttermcap __PARMS((void));
  19. void stoptermcap __PARMS((void));
  20. void cursor_on __PARMS((void));
  21. void cursor_off __PARMS((void));
  22. void scroll_region_set __PARMS((struct window *wp));
  23. void scroll_region_reset __PARMS((void));
  24.