|
field_index(3) -- set and get form page number
|
The function set_current field sets the current field of the given form; current_field returns the current field of the given form. The function set_form_page sets the form's page number (goes to pag... |
field_info(3) -- retrieve field characteristics
|
The function field_info returns the sizes and other attributes passed in to the field at its creation time. The attributes are: height, width, row of upper-left corner, column of upper-left corner, nu... |
|
field_init(3) -- set hooks for automatic invocation by applications
|
These functions make it possible to set hook functions to be called at various points in the automatic processing of input event codes by form_driver. The function set_field_init sets a hook to be cal... |
field_just(3) -- retrieve field characteristics
|
The function set_field_just sets the justification attribute of a field; field_just returns a field's justification attribute. The attribute may be one of NO_JUSTIFICATION, JUSTIFY_RIGHT, JUSTIFY_LEF... |
field_opts(3) -- set and get field options
|
The function set_field_opts sets all the given field's option bits (field option bits may be logically-OR'ed together). The function field_opts_on turns on the given option bits, and leaves others a... |
field_opts_off(3) -- set and get field options
|
The function set_field_opts sets all the given field's option bits (field option bits may be logically-OR'ed together). The function field_opts_on turns on the given option bits, and leaves others a... |
field_opts_on(3) -- set and get field options
|
The function set_field_opts sets all the given field's option bits (field option bits may be logically-OR'ed together). The function field_opts_on turns on the given option bits, and leaves others a... |
field_pad(3) -- color and attribute control for form fields
|
The function set_field_fore sets the foreground attribute of field. This is the highlight used to display the field contents. The function field_fore returns the foreground attribute. The default is A... |
field_status(3) -- field buffer control
|
The function set_field_buffer sets the numbered buffer of the given field to contain a given string. Buffer 0 is the displayed value of the field; other numbered buffers may be allocated by applicatio... |
field_term(3) -- set hooks for automatic invocation by applications
|
These functions make it possible to set hook functions to be called at various points in the automatic processing of input event codes by form_driver. The function set_field_init sets a hook to be cal... |
field_type(3) -- data type validation for fields
|
The function set_field_type declares a data type for a given form field. This is the type checked by validation functions. The types are as follows: TYPE_ALNUM Alphanumeric data. Requires a third int ... |
field_userptr(3) -- associate application data with a form field
|
Every form field has a field that can be used to hold application-specific data (that is, the form-driver code leaves it alone). These functions get and set that field. |
fileno(3) -- check and reset stream status
|
The function clearerr() clears the end-of-file and error indicators for the stream pointed to by stream. The function feof() tests the end-of-file indicator for the stream pointed to by stream, return... |
fileno_unlocked(3) -- check and reset stream status
|
The function clearerr() clears the end-of-file and error indicators for the stream pointed to by stream. The function feof() tests the end-of-file indicator for the stream pointed to by stream, return... |
filter(3) -- miscellaneous curses utility routines
|
The unctrl routine returns a character string which is a printable representation of the character c, ignoring attributes. Control characters are displayed in the ^X notation. Printing characters are ... |