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