X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_new.3x.html;fp=doc%2Fhtml%2Fman%2Fform_field_new.3x.html;h=dc73d3bdd0515b9ae62f65ec10b6e4e597646f1b;hb=7884aa084f9440fd964f14fe31853a5f85db5104;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..dc73d3bd 100644 --- a/doc/html/man/form_field_new.3x.html +++ b/doc/html/man/form_field_new.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: form_field_new.3x,v 1.23 2020/10/17 23:06:36 tom Exp @ + * @Id: form_field_new.3x,v 1.24 2020/10/24 09:09:18 tom Exp @ --> @@ -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