X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_page.3x.html;h=b0ab37d82a8a1b8ae2c58e339ffd004716979f8f;hp=3700dca9382b652f6efbc2be0902bfcfd8fb936e;hb=16fbf3f4f7d96b6ee6bf9159b22f26e05962aa3d;hpb=eccca377f55c70b12e3e92621d94d1e1c1fcfb7d diff --git a/doc/html/man/form_page.3x.html b/doc/html/man/form_page.3x.html index 3700dca9..b0ab37d8 100644 --- a/doc/html/man/form_page.3x.html +++ b/doc/html/man/form_page.3x.html @@ -1,7 +1,8 @@ - @@ -35,8 +36,8 @@ form_page 3x - - + +

form_page 3x

@@ -52,12 +53,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

@@ -109,8 +114,8 @@
 
 
 

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.