makenew Subroutine

Purpose

Creates a new window buffer and returns a pointer.

Library

Curses Library (libcurses.a)

Syntax

#include <curses.h>
WINDOW *makenew( )

Description

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.