newwin - create a new window
#include <curses.h> WINDOW *newwin(int nlines, int ncols, int begin_y, int begin_x);
Refer to derwin().