X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_new.3x.html;h=714b20aec46ae4f1c139f54c26a9c27e44a6515f;hp=90358a3e514656fb3cbd1efa80522287b675c597;hb=HEAD;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045 diff --git a/doc/html/man/form_new.3x.html b/doc/html/man/form_new.3x.html index 90358a3e..7a1877ca 100644 --- a/doc/html/man/form_new.3x.html +++ b/doc/html/man/form_new.3x.html @@ -1,7 +1,6 @@ - -form_new 3x +form_new 3x 2024-03-16 ncurses 6.5 Library calls - + -

form_new 3x

+

form_new 3x 2024-03-16 ncurses 6.5 Library calls

-form_new(3x)                                                      form_new(3x)
+form_new(3x)                     Library calls                    form_new(3x)
 
 
 
@@ -54,8 +53,8 @@
 

SYNOPSIS

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

DESCRIPTION

@@ -92,18 +91,9 @@
             The form has already been posted.
 
 
-

SEE ALSO

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

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 sup-
-       ported on Version 7 or BSD versions.
+       These routines emulate the System  V  forms  library.   They  were  not
+       supported on Version 7 or BSD versions.
 
 
 

AUTHORS

@@ -111,8 +101,12 @@
        Raymond.
 
 
+

SEE ALSO

+       curses(3x), form(3x)
+
+
 
-                                                                  form_new(3x)
+ncurses 6.5                       2024-03-16                      form_new(3x)