home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / unix / vim-6.2.tar.bz2 / vim-6.2.tar / vim62 / src / proto / termlib.pro < prev    next >
Encoding:
Text File  |  2003-06-01  |  316 b   |  9 lines

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