home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
text
/
vim
/
src
/
proto
/
termlib.pro
< prev
next >
Wrap
Text File
|
1995-02-27
|
300b
|
8 lines
/* termlib.c */
int tgetent __PARMS((char *tbuf, char *term));
int tgetflag __PARMS((char *id));
int tgetnum __PARMS((char *id));
char *tgetstr __PARMS((char *id, char **buf));
char *tgoto __PARMS((char *cm, int col, int line));
int tputs __PARMS((char *cp, int affcnt, void (*outc)(unsigned int)));