X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field.3x.html;h=20afff82a555c872cfd38deb411e1516ab8ae88a;hp=22aa78e778132a21842bf7234548ddf5ae3f5e51;hb=HEAD;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045 diff --git a/doc/html/man/form_field.3x.html b/doc/html/man/form_field.3x.html index 22aa78e7..8eb58d4c 100644 --- a/doc/html/man/form_field.3x.html +++ b/doc/html/man/form_field.3x.html @@ -1,7 +1,7 @@ - -form_field 3x +form_field 3x 2024-03-16 ncurses 6.5 Library calls - + -

form_field 3x

+

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

-form_field(3x)                                                  form_field(3x)
+form_field(3x)                   Library calls                  form_field(3x)
 
 
 
@@ -54,10 +54,10 @@
 

SYNOPSIS

        #include <form.h>
 
-       int set_form_fields(FORM *form, FIELD **fields);
-       FIELD **form_fields(const FORM *form);
-       int field_count(const FORM *form);
-       int move_field(FIELD *field, int frow, int fcol);
+       int set_form_fields(FORM *form, FIELD **fields);
+       FIELD **form_fields(const FORM *form);
+       int field_count(const FORM *form);
+       int move_field(FIELD *field, int frow, int fcol);
 
 
 

DESCRIPTION

@@ -68,8 +68,8 @@
 
        The function field_count returns the count of fields in form.
 
-       The function move_field moves the given field (which  must  be  discon-
-       nected) to a specified location on the screen.
+       The  function  move_field  moves  the  given  field  (which   must   be
+       disconnected) to a specified location on the screen.
 
 
 

RETURN VALUE

@@ -78,8 +78,8 @@
 
        The function field_count returns ERR if the form parameter is NULL.
 
-       The functions set_form_fields and move_field return one of the  follow-
-       ing codes on error:
+       The  functions  set_form_fields  and  move_field  return  one  of   the
+       following codes on error:
 
        E_OK The routine succeeded.
 
@@ -96,20 +96,11 @@
             System error occurred (see errno(3)).
 
 
-

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.
 
-       The  SVr4  forms  library documentation specifies the field_count error
+       The SVr4 forms library documentation specifies  the  field_count  error
        value as -1 (which is the value of ERR).
 
 
@@ -118,8 +109,12 @@
        Raymond.
 
 
+

SEE ALSO

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