home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / v / vim_src.zip / TERM.PRO < prev    next >
Text File  |  1993-01-12  |  507b  |  15 lines

  1. /* term.c */
  2. void set_term __PARMS((char *term));
  3. char *tgoto __PARMS((char *cm, int x, int y));
  4. void termcapinit __PARMS((char *term));
  5. void outstrn __PARMS((char *s));
  6. void outstr __PARMS((char *s));
  7. void windgoto __PARMS((int row, int col));
  8. void setcursor __PARMS((void));
  9. void ttest __PARMS((int pairs));
  10. int inchar __PARMS((int async));
  11. void outnum __PARMS((int n));
  12. void check_winsize __PARMS((void));
  13. void set_winsize __PARMS((int width, int height, int mustset));
  14. void settmode __PARMS((int raw));
  15.