Mercurial > hg > RemoteEditor > vim7
annotate src/proto/termlib.pro @ 0:76efa0be13f1
Initial revision
author | atsuki |
---|---|
date | Sat, 10 Nov 2007 15:07:22 +0900 |
parents | |
children |
rev | line source |
---|---|
0 | 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 : */ |