X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_opts.3x.html;h=c9a1205e3e1ec0b84b1aa303463c7829ccecd60f;hp=dff1b6d36a7bef9a437f50fc734a94e4c930f3b2;hb=2a32bee362db64f5a06b2124976b928ac3faa578;hpb=b11cef1e315b58820ea0cde239ebf2f741ef8948 diff --git a/doc/html/man/form_field_opts.3x.html b/doc/html/man/form_field_opts.3x.html index dff1b6d3..c9a1205e 100644 --- a/doc/html/man/form_field_opts.3x.html +++ b/doc/html/man/form_field_opts.3x.html @@ -46,14 +46,12 @@ - -

NAME

+

NAME

        set_field_opts,  field_opts_on, field_opts_off, field_opts
        - set and get field options
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int set_field_opts(FIELD *field, Field_Options opts);
        int field_opts_on(FIELD *field, Field_Options opts);
@@ -61,8 +59,7 @@
        Field_Options field_opts(const FIELD *field);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The function set_field_opts sets  all  the  given  field's
        option  bits  (field  option  bits  may be logically-OR'ed
        together).
@@ -128,8 +125,7 @@
             which is normally discarded.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        Except for field_opts, each routine  returns  one  of  the
        following:
 
@@ -146,25 +142,21 @@
             System error occurred (see errno).
 
 
-
-

SEE ALSO

+

SEE ALSO

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

NOTES

+

NOTES

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

PORTABILITY

+

PORTABILITY

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

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.