DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
ETI windows

newwin

SYNOPSIS

   #include <ocurses.h>
   

WINDOW *newwin(nlines, ncols, begin_y, begin_x) int nlines, ncols, begin_y, begin_x;

NOTES

EXAMPLE

Recall the sample program using two windows; see ``Using wnoutrefresh and doupdate''. Also see ``The window program''.


Next topic: subwin
Previous topic: New windows

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004