X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field.3x.html;h=0d28a93816f299668c95cfd0e07f32b9a05bdff8;hp=c7de6c658b9db53baf71ea4378a91a46f08b3a23;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/doc/html/man/form_field.3x.html b/doc/html/man/form_field.3x.html index c7de6c65..0d28a938 100644 --- a/doc/html/man/form_field.3x.html +++ b/doc/html/man/form_field.3x.html @@ -1,8 +1,7 @@ - + + + form_field 3x @@ -40,20 +42,19 @@

form_field 3x


-
 form_field(3x)                                           form_field(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_field - make and break connections between fields and
        forms
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int set_form_fields(FORM *form, FIELD **fields);
        FIELD **form_fields(const FORM *form);
@@ -62,7 +63,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The function set_form_fields  changes  the  field  pointer
        array  of the given form.  The array must be terminated by
        a NULL.
@@ -78,7 +79,7 @@
 
 
 
-

RETURN VALUES

+

RETURN VALUE

        The  function  form_fields returns a pointer (which may be
        NULL).  It does not set errno.
 
@@ -105,18 +106,18 @@
 
 
 
-

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.
 
@@ -125,7 +126,7 @@
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -133,10 +134,17 @@
 
                                                          form_field(3x)
 
-
-
-Man(1) output converted with -man2html -
+