X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_opts.3x.html;h=276bb7d6eef03ddae513b66aad052e309831cd51;hb=bd2d9c5734d2c66abe0b2ddd766695b200c154fe;hp=eaae90171e8a0aaf82cced98a35181f1a8ba8d64;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b;p=ncurses.git diff --git a/doc/html/man/form_opts.3x.html b/doc/html/man/form_opts.3x.html index eaae9017..276bb7d6 100644 --- a/doc/html/man/form_opts.3x.html +++ b/doc/html/man/form_opts.3x.html @@ -1,7 +1,7 @@ - -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)
 
 
 
@@ -53,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

@@ -88,21 +90,12 @@
        E_OK The routine succeeded.
 
        E_SYSTEM_ERROR
-            System error occurred (see errno).
-
-
-

SEE ALSO

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

NOTES

-       The  header  file  <form.h>  automatically  includes  the  header  file
-       <curses.h>.
+            System error occurred (see errno(3)).
 
 
 

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

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

SEE ALSO

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