X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new_page.3x.html;h=79c2a7607824b15328204126bcf408837970be42;hp=84d149971d2dc08de7bb1f1a0f0b0319be90a606;hb=302a066a01e4de40f08b397e87ca0e97f20870a7;hpb=b11cef1e315b58820ea0cde239ebf2f741ef8948 diff --git a/doc/html/man/form_new_page.3x.html b/doc/html/man/form_new_page.3x.html index 84d14997..79c2a760 100644 --- a/doc/html/man/form_new_page.3x.html +++ b/doc/html/man/form_new_page.3x.html @@ -46,20 +46,17 @@ - -

NAME

+

NAME

        set_new_page, new_page - form pagination functions
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int set_new_page(FIELD *field, bool new_page_flag);
        bool new_page(const FIELD *field);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The  function  set_new_page  sets or resets a flag marking
        the given field as the beginning of  a  new  page  on  its
        form.
@@ -68,8 +65,7 @@
        given field marks a page beginning on its form.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        The function new_page returns TRUE or FALSE.
 
        The function set_new_page return one of the following:
@@ -83,26 +79,22 @@
             The given field is already connected to a form.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x) and related pages whose names begin "form_" for
        detailed descriptions of the entry points.
 
 
-
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
-
-

PORTABILITY

+

PORTABILITY

        These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
 
-
-

AUTHORS

+

AUTHORS

        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.