Lines Matching +full:application +full:- +full:specific
3 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
4 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
32 .TH form_driver 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
39 \fBform_driver_w\fP \-
40 command-processing loop of the form system
55 which are distinct from the key- and character codes returned
86 REQ_DEL_WORD Delete blank-delimited word at cursor.
146 The form driver provides low-level control over updates to the form fields.
149 meet whatever constraints an application may attach using \fBset_field_type\fP.
171 mouse event is translated into one of the above pre-defined requests.
180 a REQ_PREV_PAGE is generated for a double-click and
182 a REQ_FIRST_FIELD is generated for a triple-click.
190 a REQ_NEXT_PAGE is generated for a double-click and
192 a REQ_LAST_FIELD is generated for a triple-click.
200 If you double-click a field,
204 because a double click usually means that an field-specific action should
207 application specific command should be executed.
216 .SS "Application-defined Commands"
218 pre-defined form requests, the driver assumes it is an application-specific
219 command and returns \fBE_UNKNOWN_COMMAND\fP. Application-defined commands
221 pre-defined requests.
229 Routine detected an incorrect or out-of-range argument.