opts


HOME

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/readmult.1.html
readmult(1) - a multitrack wrapper for cdda2wav (Man Page)
readmult allows simultaneous extraction and naming of multiple tracks with cdda2wav SEE ALSO cdda2wav(1) AUTHOR cdda2was was written by Joerg Schilling &lt;js@cs.t

manpages/mkfs.ext3.8.html
mkfs.ext3(8) - create an ext2/ext3/ext4 filesystem (ManPage)
mke2fs is used to create an ext2, ext3, or ext4 filesystem, usually in a disk partition (or file) named by device. The file system size is specified by fs-size.

manpages/glInitNames.3gl.html
glInitNames(3gl) - initialize the name stack (Man Page).....
glInitNames.3gl - The name stack is used during selection mode to allow sets of rendering commands to be uniquely identified. It consists of an ordered set of u

manpages/makedeltaiso.8.html
makedeltaiso(8) - create a deltaiso from two isos (ManPage)
makedeltaiso creates a deltaiso from two isos. Do not specify a device (such as /dev/dvd) for either oldiso or newiso. SEE ALSO applydeltaiso(8) AUTHOR Michael

manpages/git-credential-cache--daemon.1.html
git-credential-cache--daemon(1) Temporarily store user crede
Note You probably dont want to invoke this command yourself; it is started automatically when you use git-credential-cache(1). This command listens on the Unix

manpages/Tcl_GetDefaultEncodingDir.3.html
Tcl_GetDefaultEncodingDir(3) - procedures for creating and u
Tcl_GetEncoding finds an encoding given its name. The name may refer to a built-in Tcl encoding, a user-defined encoding registered by calling Tcl_CreateEncodin

manpages/gluGetString.3gl.html
gluGetString(3gl) - return a string describing the GLU versi
gluGetString returns a pointer to a static string describing the GLU version or the GLU extensions that are supported. The version number is one of the followin

manpages/gendiff.1.html
gendiff(1) - utility to aid in error-free diff file generati
gendiff is a rather simple script which aids in generating a diff file from a single directory. It takes a directory name and a diff-extension as its only argum

manpages/Tcl_DeleteInterp.3.html
Tcl_DeleteInterp(3) - create and delete Tcl command interpre
Tcl_CreateInterp creates a new interpreter structure and returns a token for it. The token is required in calls to most other Tcl procedures, such as Tcl_Create

manpages/splice.2.html
splice(2) - splice data to/from a pipe - Linux manual page
splice() moves data between two file descriptors without copying between kernel address space and user address space. It transfers up to len bytes of data from

manpages/Tk_NameOfJustify.3.html
Tk_NameOfJustify(3) - translate between strings and justific
Tk_GetJustifyFromObj places in *justifyPtr the justify value corresponding to objPtrs value. This value will be one of the following: TK_JUSTIFY_LEFT Means that

manpages/ttk_frame.n.html
ttk_frame(n) Simple container widget - Linux manual page....
A ttk::frame widget is a container, used to group other widgets together. STANDARD OPTIONS -class -cursor -takefocus -style See the ttk_widget manual entry for





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