Copyright Digital Equipment Corp. All rights reserved.

newwin

   Creates a new window with numlines lines and numcols columns
   starting at the coordinates (begin_y,begin_x) on the terminal
   screen.

   Format

     #include  <curses.h>

     WINDOW *newwin  (int numlines, int numcols, int begin_y, int
                     begin_x);
 


Additional information available:

Arguments       Return_Values