diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 02:37:49 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 02:37:49 +0000 |
commit | dd0031af0c935e42f58fc71ec87a9bcfba80aaff (patch) | |
tree | b390a062ac8f07bd8872e2ddef0ba973b39a1ef3 /lib/libform/form_field_opts.3 | |
parent | ef5a835818d2ec6dea581cc50d3110c30c8c0e23 (diff) |
libform from ncurses-4.2-980718
Diffstat (limited to 'lib/libform/form_field_opts.3')
-rw-r--r-- | lib/libform/form_field_opts.3 | 35 |
1 files changed, 33 insertions, 2 deletions
diff --git a/lib/libform/form_field_opts.3 b/lib/libform/form_field_opts.3 index 6b697d9ed57..f7de35c89e7 100644 --- a/lib/libform/form_field_opts.3 +++ b/lib/libform/form_field_opts.3 @@ -1,5 +1,35 @@ +.\" $OpenBSD: form_field_opts.3,v 1.5 1998/07/24 02:37:10 millert Exp $ +.\" +.\"*************************************************************************** +.\" Copyright (c) 1998 Free Software Foundation, Inc. * +.\" * +.\" Permission is hereby granted, free of charge, to any person obtaining a * +.\" copy of this software and associated documentation files (the * +.\" "Software"), to deal in the Software without restriction, including * +.\" without limitation the rights to use, copy, modify, merge, publish, * +.\" distribute, distribute with modifications, sublicense, and/or sell * +.\" copies of the Software, and to permit persons to whom the Software is * +.\" furnished to do so, subject to the following conditions: * +.\" * +.\" The above copyright notice and this permission notice shall be included * +.\" in all copies or substantial portions of the Software. * +.\" * +.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * +.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * +.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * +.\" IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * +.\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * +.\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * +.\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. * +.\" * +.\" Except as contained in this notice, the name(s) of the above copyright * +.\" holders shall not be used in advertising or otherwise to promote the * +.\" sale, use or other dealings in this Software without prior written * +.\" authorization. * +.\"*************************************************************************** +.\" +.\" $From: form_field_opts.3x,v 1.5 1998/03/11 21:12:53 juergen Exp $ '\" t -.\" $OpenBSD: form_field_opts.3,v 1.4 1997/12/03 05:46:30 millert Exp $ .TH form_field_opts 3 "" .SH NAME \fBform_field_opts\fR - set and get field options @@ -34,7 +64,8 @@ suppressed, .TP 5 O_ACTIVE The field is visited during processing. If this option is off, the field will -not be reachable by navigation keys. +not be reachable by navigation keys. Please notice that an invisible field +appears to be inactive also. .TP 5 O_PUBLIC The field contents are displayed as data is entered. |