X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_opts.3x.html;h=78d57fd737461f72766450a7cbaa0fcdd878624d;hb=a1e63be290fce9e589bc57c9f753be09e8ac0cc7;hp=03a462dc00cd7592aaa85000a2c0a3513636868a;hpb=a8987e73ec254703634802b4f7ee30d3a485524d;p=ncurses.git diff --git a/doc/html/man/form_opts.3x.html b/doc/html/man/form_opts.3x.html index 03a462dc..78d57fd7 100644 --- a/doc/html/man/form_opts.3x.html +++ b/doc/html/man/form_opts.3x.html @@ -2,7 +2,7 @@ @@ -41,7 +41,7 @@
 
-form_opts(3x)                                       form_opts(3x)
+form_opts(3x)                                             form_opts(3x)
 
 
 
@@ -54,10 +54,10 @@
 

SYNOPSIS

        #include <form.h>
-       int set_form_opts(FORM *form, OPTIONS opts);
-       int form_opts_on(FORM *form, OPTIONS opts);
-       int form_opts_off(FORM *form, OPTIONS opts);
-       OPTIONS form_opts(const FORM *form);
+       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);
 
 
 
@@ -78,13 +78,13 @@ The following options are defined (all are on by default): O_NL_OVERLOAD - Overload the REQ_NEW_LINE forms driver request so - that calling it at the end of a field goes to the + Overload the REQ_NEW_LINE forms driver request so + that calling it at the end of a field goes to the next field. O_BS_OVERLOAD - Overload the REQ_DEL_PREV forms driver request so - that calling it at the beginning of a field goes to + Overload the REQ_DEL_PREV forms driver request so + that calling it at the beginning of a field goes to the previous field. @@ -112,18 +112,18 @@

PORTABILITY

-       These  routines  emulate the System V forms library.  They
+       These routines emulate the System V forms  library.   They
        were not supported on Version 7 or BSD versions.
 
 
 

AUTHORS

-       Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
+       Juergen  Pfeifer.   Manual  pages  and  adaptation for new
        curses by Eric S. Raymond.
 
 
 
-                                                    form_opts(3x)
+                                                          form_opts(3x)