14 #ifndef CURSES_INTERFACE_H
15 #define CURSES_INTERFACE_H
18 #include "window_api.h"
20 T3_WINDOW_LOCAL
extern FILE *_t3_putp_file;
22 T3_WINDOW_LOCAL
int _t3_setupterm(
const char *term,
int fd);
23 T3_WINDOW_LOCAL
char *_t3_tigetstr(
const char *name);
24 T3_WINDOW_LOCAL
int _t3_tigetnum(
const char *name);
25 T3_WINDOW_LOCAL
int _t3_tigetflag(
const char *name);
26 T3_WINDOW_LOCAL
void _t3_putp(
const char *
string);
27 T3_WINDOW_LOCAL
char *_t3_tparm(
char *
string,
int nr_of_args, ...);