SYNOPSIS
#include <form.h>
int set_new_page(FIELD *field, int justification);
int new_page(FIELD *field);
DESCRIPTION
The function set_new_page marks the given field as the beginning of a new page on its form.
The function ne_page is a predicate which tests if a given field marks a page beginning on its form.
RETURN VALUE
The function new_page returns TRUE or FALSE.
The function set_new_page return one of the following:
E_OK The routine succeeded.
NOTES
The header file <form.h> automatically includes the header file <curses.h>.
PORTABILITY
These routines emulate the System V forms library. They were not supported on Version 7 or BSD versions.
AUTHORS
Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond.