newterm - screen initialisation function
#include <curses.h> SCREEN *newterm(char *type, FILE *outfile, FILE *infile);
Refer to initscr().