Lines Matching +full:software +full:- +full:generated

3 .\" Copyright 2018-2023,2024 Thomas E. Dickey                                *
4 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
7 .\" copy of this software and associated documentation files (the *
8 .\" "Software"), to deal in the Software without restriction, including *
11 .\" copies of the Software, and to permit persons to whom the Software is *
15 .\" in all copies or substantial portions of the Software. *
17 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
22 .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
23 .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
27 .\" sale, use or other dealings in this Software without prior written *
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.
171 mouse event is translated into one of the above pre-defined requests.
178 a REQ_PREV_FIELD is generated for a single click,
180 a REQ_PREV_PAGE is generated for a double-click and
182 a REQ_FIRST_FIELD is generated for a triple-click.
188 a REQ_NEXT_FIELD is generated for a single 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
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.