Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame^] | 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 : */ |