ultrix man page for newwin

Query: newwin

OS: ultrix

Section: 3cur

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

newwin(3cur)															      newwin(3cur)

Name
       newwin - create new window

Syntax
       #include <cursesX.h>

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

Description
       The function creates a new window with the number of lines, and columns, The upper left corner of the window is at line column

       If either or is zero, they will be defaulted to LINES - and COLS - A new full-screen window is created by calling

Return Values
       On success the function returns a pointer to the new WINDOW structure created.  On failure the function returns a null pointer.

																      newwin(3cur)
Related Man Pages
newwin(3xcurses) - opensolaris
subwin(3xcurses) - opensolaris
dupwin(3x) - redhat
syncok(3x) - redhat
subwin(3xcurses) - sunos
Similar Topics in the Unix Linux Community
Deleting table cells in a script
Text file insertion via sed
Reverse proxy tutorials for webserver?
Confirming validity of programming language tools
Ncurses status bar