Changed DiffText and Constant highlight groups
[MacVim/jjgod.git] / src / proto / termlib.pro
blob4369ecfc632f822179fdc89ef8d8cb05e5337c2d
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 : */