comparison src/proto/termlib.pro @ 0:76efa0be13f1

Initial revision
author atsuki
date Sat, 10 Nov 2007 15:07:22 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:76efa0be13f1
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 : */