summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/termcap.h
blob: 05c86ca7dfe4e56f7f028af6e78ae98e1fff195b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32


#ifndef _TERMCAP_H
#define _TERMCAP_H	1

#ifdef __cplusplus
extern "C" 
{
#endif /* __cplusplus */

#include <sys/cdefs.h>

extern char PC;
extern char *UP;
extern char *BC;
extern short ospeed;

extern int tgetent __P((char *, const char *));
extern int tgetflag __P((const char *));
extern int tgetnum __P((const char *));
extern char *tgetstr __P((const char *, char **));

extern int tputs __P((const char *, int, int (*)(int)));

extern char *tgoto __P((const char *, int, int));
extern char *tparam __P((const char *, char *, int, ...));

#ifdef __cplusplus
}
#endif

#endif /* _TERMCAP_H */
OpenPOWER on IntegriCloud