opts



opts

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
NOTES
PORTABILITY
AUTHORS

NAME

form_opts − set and get form options

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);

DESCRIPTION

The function set_form_opts sets all the given form’s option bits (form option bits may be logically-OR’ed together).

The function form_opts_on turns on the given option bits, and leaves others alone.

The function form_opts_off turns off the given option bits, and leaves others alone.

The function form_opts returns the form’s current option bits.

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 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 the previous field.

RETURN VALUE

Except for form_opts, each routine returns one of the following:

E_OK

The routine succeeded.

E_SYSTEM_ERROR

System error occurred (see errno).

SEE ALSO

ncurses(3NCURSES), form(3FORM).

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 supported on Version 7 or BSD versions.

AUTHORS

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




More Linux Commands

manpages/Tcl_IsEnsemble.3.html
Tcl_IsEnsemble(3) - manipulate ensemble commands (Man Page)
An ensemble is a command, bound to some namespace, which consists of a collection of subcommands implemented by other Tcl commands. The first argument to the en

manpages/gnutls_x509_crl_print.3.html
gnutls_x509_crl_print(3) - API function - Linux manual page
This function will pretty print a X.509 certificate revocation list, suitable for display to a human. The output out needs to be deallocate using gnutls_free().

manpages/gnutls_pubkey_get_preferred_hash_algorithm.3.html
gnutls_pubkey_get_preferred_hash_algorithm.3................
gnutls_pubkey_get_preferred_hash_algorithm.3 - This function will read the certifcate and return the appropriate digest algorithm to use for signing with this c

manpages/cppunit-config.1.html
cppunit-config(1) - script to get information about the inst
cppunit-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link programs that use cppunit.

manpages/doupdate_sp.3ncurses.html
doupdate_sp(3ncurses) - curses screen-pointer extension.....
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th

manpages/yppasswd.1.html
yppasswd(1) - change your password in the NIS database......
In the old days, the standard passwd(1), chfn(1) and chsh(1) tools could not be used under Linux to change the users NIS password, shell and GECOS information.

manpages/acl_cmp.3.html
acl_cmp(3) - compare two ACLs (Library - Linux man page)....
The acl_cmp() function compares the ACLs pointed to by the arguments acl1 and acl2 for equality. The two ACLs are considered equal if for each entry in acl1 the

manpages/Tk_X.3.html
Tk_X(3) - retrieve information from Tk's local data structur
Tk_WindowId and the other names listed above are all macros that return fields from Tks local data structure for tkwin. None of these macros requires any intera

manpages/mvwin_wchstr.3ncurses.html
mvwin_wchstr(3ncurses) - get an array of complex characters
These functions return an array of complex characters in wchstr, starting at the current cursor position in the named window. Attributes (rendition) are stored

manpages/cg_annotate.1.html
cg_annotate(1) - post-processing tool for Cachegrind........
cg_annotate takes an output file produced by the Valgrind tool Cachegrind and prints the information in an easy-to-read form. OPTIONS -h --help Show the help me

manpages/sync_client.8.html
sync_client(8) - client side of the synchronization (replica
Sync_client is the client side of the replication system. It runs on the client (master) system and connects to the target (replica) system and generates an app

manpages/Tcl_NewIntObj.3.html
Tcl_NewIntObj(3) - manipulate Tcl objects as integer values
These procedures are used to create, modify, and read Tcl objects that &amp;#9474; hold integral values. &amp;#9474; The different routines exist to accommodate differe





We can't live, work or learn in freedom unless the software we use is free.