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);
DESCRIPTION
The function
The function
The function
The function
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 VALUES
Except for
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.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
PTC MKS Toolkit 10.4 Documentation Build 39.