X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_opts.3x.html;h=276bb7d6eef03ddae513b66aad052e309831cd51;hb=bd2d9c5734d2c66abe0b2ddd766695b200c154fe;hp=cf680afff37534f1b5ecae80e3d2311c1c4842c2;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280;p=ncurses.git diff --git a/doc/html/man/form_opts.3x.html b/doc/html/man/form_opts.3x.html index cf680aff..276bb7d6 100644 --- a/doc/html/man/form_opts.3x.html +++ b/doc/html/man/form_opts.3x.html @@ -1,7 +1,6 @@ - -form_opts 3x +form_opts 3x 2023-11-25 ncurses 6.4 Library calls - + -

form_opts 3x

+

form_opts 3x 2023-11-25 ncurses 6.4 Library calls

-form_opts(3x)                                                    form_opts(3x)
+form_opts(3x)                    Library calls                   form_opts(3x)
 
 
 
@@ -54,10 +53,12 @@
 
 

SYNOPSIS

        #include <form.h>
-       int set_form_opts(FORM *form, Field_Options opts);
-       int form_opts_on(FORM *form, Field_Options opts);
-       int form_opts_off(FORM *form, Field_Options opts);
-       Field_Options form_opts(const FORM *form);
+
+       int set_form_opts(FORM *form, Field_Options opts);
+       Field_Options form_opts(const FORM *form);
+
+       int form_opts_on(FORM *form, Field_Options opts);
+       int form_opts_off(FORM *form, Field_Options opts);
 
 
 

DESCRIPTION

@@ -92,18 +93,9 @@
             System error occurred (see errno(3)).
 
 
-

SEE ALSO

-       curses(3x), form(3x).
-
-
-

NOTES

-       The  header  file  <form.h>  automatically  includes  the  header  file
-       <curses.h>.
-
-
 

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.
 
 
 

AUTHORS

@@ -111,8 +103,12 @@
        Raymond.
 
 
+

SEE ALSO

+       curses(3x), form(3x)
+
+
 
-                                                                 form_opts(3x)
+ncurses 6.4                       2023-11-25                     form_opts(3x)