X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_new.3x.html;h=d52ee9ed5069f5a69fb29665d1cbd1daaef05033;hb=61b684e2d53473d0262f28db0b0020e466bb8447;hp=ac197ecc129568b9382c3ef6de6ba97cfcebf74e;hpb=3e91848cbe3dad23fdb60962fa9b678592591c34;p=ncurses.git diff --git a/doc/html/man/form_field_new.3x.html b/doc/html/man/form_field_new.3x.html index ac197ecc..d52ee9ed 100644 --- a/doc/html/man/form_field_new.3x.html +++ b/doc/html/man/form_field_new.3x.html @@ -1,7 +1,7 @@ - @@ -37,7 +37,7 @@ form_field_new 3x - +

form_field_new 3x

@@ -54,12 +54,13 @@

SYNOPSIS

        #include <form.h>
-       FIELD *new_field(int height, int width,
-                        int toprow, int leftcol,
-                        int offscreen, int nbuffers);
-       FIELD *dup_field(FIELD *field, int toprow, int leftcol);
-       FIELD *link_field(FIELD *field, int toprow, int leftcol);
-       int free_field(FIELD *field);
+
+       FIELD *new_field(int height, int width,
+                        int toprow, int leftcol,
+                        int offscreen, int nbuffers);
+       FIELD *dup_field(FIELD *field, int toprow, int leftcol);
+       FIELD *link_field(FIELD *field, int toprow, int leftcol);
+       int free_field(FIELD *field);
 
 
 

DESCRIPTION

@@ -113,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.
 
        It  may be unwise to count on the set of attributes copied by dup_field
        being portable; the System V  forms  library  documents  are  not  very