X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_new.3x.html;h=092466134576ba956aff2d58c79e0113f7238aa2;hb=a47b9e53836434777854387fa6f09f2137ec2111;hp=b17d67c3322a36621ba99d4d0b7bf4ab67bed9e3;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;p=ncurses.git diff --git a/doc/html/man/form_field_new.3x.html b/doc/html/man/form_field_new.3x.html index b17d67c3..09246613 100644 --- a/doc/html/man/form_field_new.3x.html +++ b/doc/html/man/form_field_new.3x.html @@ -1,7 +1,7 @@ - -form_field_new 3x +form_field_new 3x 2023-07-01 ncurses 6.4 Library calls - + -

form_field_new 3x

+

form_field_new 3x 2023-07-01 ncurses 6.4 Library calls

-form_field_new(3x)                                          form_field_new(3x)
+form_field_new(3x)               Library calls              form_field_new(3x)
 
 
 
@@ -55,12 +55,12 @@
 

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

@@ -114,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
@@ -128,7 +128,7 @@
 
 
 
-                                                            form_field_new(3x)
+ncurses 6.4                       2023-07-01                form_field_new(3x)