X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=50a5e117669ed2cc4d56c4a589f4c845e40d6092;hp=490b5168160d8cabf82dcf41c86eed3829795011;hb=b11cef1e315b58820ea0cde239ebf2f741ef8948;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e;ds=sidebyside diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index 490b5168..50a5e117 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -1,8 +1,7 @@ - + + + form_new 3x -

form_new 3x

-
+

form_new 3x

-
 form_new(3x)                                               form_new(3x)
 
 
 
 
 
-

NAME

-       form_new - create and destroy forms
+

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).
@@ -69,7 +69,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The function new_form returns  NULL  on  error.   It  sets
        errno according to the function's success:
 
@@ -98,24 +98,24 @@
 
 
 
-

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.
 
@@ -123,10 +123,17 @@
 
                                                            form_new(3x)
 
-
-
-Man(1) output converted with -man2html -
+