Creates a new window buffer and returns a pointer.
#include <curses.h>
WINDOW *makenew( )
The makenew subroutine creates a new window buffer and returns a pointer to it. The makenew subroutine is called by the newwin subroutine to create the window structure. The makenew subroutine should not be called directly by a program.
This subroutine is part of Base Operating System (BOS) Runtime.
Curses Overview for Programming in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.
List of Curses Subroutines in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.
Understanding Windows with Curses in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.