X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field.3x.html;h=f40cf747bddcb877ef999adb923bd9e181f591fe;hp=86b0ccbe04888b23df29ae906337be0420fc1f4e;hb=45766a7ed44677f18ccf230f9bd720862d7c69c8;hpb=e2d7d0028f4298dca2b0edaf2dc8ce30518d9218 diff --git a/doc/html/man/form_field.3x.html b/doc/html/man/form_field.3x.html index 86b0ccbe..f40cf747 100644 --- a/doc/html/man/form_field.3x.html +++ b/doc/html/man/form_field.3x.html @@ -1,4 +1,3 @@ - + + + form_field 3x -

form_field 3x

-
+

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 +62,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 +78,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The  function  form_fields returns a pointer (which may be
        NULL).  It does not set errno.
 
@@ -105,18 +105,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 +125,7 @@
 
 
 
-

AUTHORS

+

AUTHORS

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