summaryrefslogtreecommitdiff
path: root/mnv/src/proto/termlib.pro
blob: 85dba4c0a320ae9dec574db42a52397c6c4d6025 (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));
/* mnv: set ft=c : */