X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_page.3x.html;h=f38aa72d5b78d44ece7e18c88511f34ea988e5a6;hp=3700dca9382b652f6efbc2be0902bfcfd8fb936e;hb=HEAD;hpb=eccca377f55c70b12e3e92621d94d1e1c1fcfb7d diff --git a/doc/html/man/form_page.3x.html b/doc/html/man/form_page.3x.html index 3700dca9..7d1cc2af 100644 --- a/doc/html/man/form_page.3x.html +++ b/doc/html/man/form_page.3x.html @@ -1,7 +1,7 @@ - -form_page 3x - - +form_page 3x 2024-03-16 ncurses 6.4 Library calls + + -

form_page 3x

+

form_page 3x 2024-03-16 ncurses 6.4 Library calls

-form_page(3x)                                                    form_page(3x)
+form_page(3x)                    Library calls                   form_page(3x)
 
 
 
@@ -52,12 +52,16 @@
 
 

SYNOPSIS

        #include <form.h>
-       int set_current_field(FORM *form, FIELD *field);
-       FIELD *current_field(const FORM *);
-       int unfocus_current_field(FORM *form);
-       int set_form_page(FORM *form, int n);
-       int form_page(const FORM *form);
-       int field_index(const FIELD *field);
+
+       int set_current_field(FORM *form, FIELD *field);
+       FIELD *current_field(const FORM *form);
+
+       int unfocus_current_field(FORM *form);
+
+       int set_form_page(FORM *form, int n);
+       int form_page(const FORM *form);
+
+       int field_index(const FIELD *field);
 
 
 

DESCRIPTION

@@ -99,20 +103,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 unfocus_current_field function is an ncurses extension.
+       The unfocus_current_field function is an ncurses extension.
 
 
 

AUTHORS

@@ -120,8 +115,12 @@
        Raymond.
 
 
+

SEE ALSO

+       curses(3x), form(3x)
+
 
-                                                                 form_page(3x)
+
+ncurses 6.4                       2024-03-16                     form_page(3x)