X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field.3x.html;fp=doc%2Fhtml%2Fman%2Fform_field.3x.html;h=20afff82a555c872cfd38deb411e1516ab8ae88a;hb=7884aa084f9440fd964f14fe31853a5f85db5104;hp=22aa78e778132a21842bf7234548ddf5ae3f5e51;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;p=ncurses.git diff --git a/doc/html/man/form_field.3x.html b/doc/html/man/form_field.3x.html index 22aa78e7..20afff82 100644 --- a/doc/html/man/form_field.3x.html +++ b/doc/html/man/form_field.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: form_field.3x,v 1.16 2020/10/17 23:06:12 tom Exp @ + * @Id: form_field.3x,v 1.17 2020/10/24 09:10:45 tom Exp @ --> @@ -54,10 +54,10 @@

SYNOPSIS

        #include <form.h>
 
-       int set_form_fields(FORM *form, FIELD **fields);
-       FIELD **form_fields(const FORM *form);
-       int field_count(const FORM *form);
-       int move_field(FIELD *field, int frow, int fcol);
+       int set_form_fields(FORM *form, FIELD **fields);
+       FIELD **form_fields(const FORM *form);
+       int field_count(const FORM *form);
+       int move_field(FIELD *field, int frow, int fcol);
 
 
 

DESCRIPTION