summaryrefslogtreecommitdiff
path: root/src/proto/termlib.pro
blob: 4369ecfc632f822179fdc89ef8d8cb05e5337c2d (plain)
1
2
3
4
5
6
7
8
/* termlib.c */
int tgetent __ARGS((char *tbuf, char *term));
int tgetflag __ARGS((char *id));
int tgetnum __ARGS((char *id));
char *tgetstr __ARGS((char *id, char **buf));
char *tgoto __ARGS((char *cm, int col, int line));
int tputs __ARGS((char *cp, int affcnt, void (*outc)(unsigned int)));
/* vim: set ft=c : */