X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_opts.3x.html;h=ee73c24a2f5a78e573372c1aca6ac88d511c2d91;hp=dfe5fc3eeb40836c41fbd9267449d3c0c865666c;hb=e6f4ffe150c7d919792f29a70b4f031cfab5ef06;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/doc/html/man/form_opts.3x.html b/doc/html/man/form_opts.3x.html index dfe5fc3e..ee73c24a 100644 --- a/doc/html/man/form_opts.3x.html +++ b/doc/html/man/form_opts.3x.html @@ -1,8 +1,8 @@ - + @@ -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,13 +112,13 @@

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.