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

  1. /* termlib.c */
  2. int tgetent __PARMS((char *tbuf, char *term));
  3. int tgetflag __PARMS((char *id));
  4. int tgetnum __PARMS((char *id));
  5. char *tgetstr __PARMS((char *id, char **buf));
  6. char *tgoto __PARMS((char *cm, int col, int line));
  7. int tputs __PARMS((char *cp, int affcnt, void (*outc)(unsigned int)));
  8.