X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_page.3x.html;h=d9f369122fe3bbc3f090b530f4fcc290c5ff6c0b;hb=122d3739b3c11c83decc625d53f26fff6e825710;hp=999089962fea57a66f7c30675dcbf15a93c3bc66;hpb=cb4427a16794d98049b4d790b810d62217501f9f;p=ncurses.git diff --git a/doc/html/man/form_page.3x.html b/doc/html/man/form_page.3x.html index 99908996..d9f36912 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 2023-10-07 ncurses 6.4 Library calls - + -

form_page 3x

+

form_page 3x 2023-10-07 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,18 +103,14 @@
             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.
 
@@ -120,8 +120,12 @@
        Raymond.
 
 
+

SEE ALSO

+       curses(3x), form(3x)
+
+
 
-                                                                 form_page(3x)
+ncurses 6.4                       2023-10-07                     form_page(3x)