diff options
Diffstat (limited to 'src/proto/termlib.pro')
-rw-r--r-- | src/proto/termlib.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/proto/termlib.pro b/src/proto/termlib.pro new file mode 100644 index 000000000..4369ecfc6 --- /dev/null +++ b/src/proto/termlib.pro @@ -0,0 +1,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 : */ |