X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=c4832155628ce8dd9165dab54ce0de71e3c51637;hp=50a5e117669ed2cc4d56c4a589f4c845e40d6092;hb=302a066a01e4de40f08b397e87ca0e97f20870a7;hpb=b11cef1e315b58820ea0cde239ebf2f741ef8948 diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index 50a5e117..c4832155 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -46,20 +46,17 @@ - -

NAME

+

NAME

        new_form, free_form - create and destroy forms
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        FORM *new_form(FIELD **fields);
        int free_form(FORM *form);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The  function  new_form  creates a new form connected to a
        specified field pointer array (which must  be  NULL-termi-
        nated).
@@ -68,8 +65,7 @@
        array and frees the storage allocated for the form.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        The function new_form returns  NULL  on  error.   It  sets
        errno according to the function's success:
 
@@ -97,25 +93,21 @@
             The form has already been posted.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x), form(3x).
 
 
-
-

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.