You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PDCursesMod/plan9/pdcplan9.h

11 lines
237 B
C

void p9init(void);
int p9ecan(void);
int p9eget(void);
int p9getcols(void);
int p9getrows(void);
void p9napms(int);
void p9putc(int, int, chtype);
void p9resize(int, int);
void p9setlabel(char *);
void p9setcur(int, int, int, int, int);