summaryrefslogtreecommitdiffstats
path: root/lib/libform/form_field_attributes.3
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-11-26 04:00:50 +0000
committermillert <millert@openbsd.org>1997-11-26 04:00:50 +0000
commit6cd90de493b49eff795fac736242c7fcd2362c99 (patch)
treea0b7f81919b2ae827554382517ac7b016d7abf0f /lib/libform/form_field_attributes.3
parentlibmenu from ncurses 4.1. Post 4.1 patches to be applied in a separate commit. (diff)
downloadwireguard-openbsd-6cd90de493b49eff795fac736242c7fcd2362c99.tar.xz
wireguard-openbsd-6cd90de493b49eff795fac736242c7fcd2362c99.zip
libform from ncurses 4.1. Post 4.1 patches to be applied in a separate commit.
Diffstat (limited to 'lib/libform/form_field_attributes.3')
-rw-r--r--lib/libform/form_field_attributes.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libform/form_field_attributes.3 b/lib/libform/form_field_attributes.3
index baaf77c6194..610bef2d6f4 100644
--- a/lib/libform/form_field_attributes.3
+++ b/lib/libform/form_field_attributes.3
@@ -7,15 +7,15 @@
.br
int set_field_fore(FIELD *field, chtype attr);
.br
-chtype field_fore(FIELD *field);
+chtype field_fore(const FIELD *field);
.br
int set_field_back(FIELD *field, chtype attr);
.br
-chtype field_back(FIELD *field);
+chtype field_back(const FIELD *field);
.br
int set_field_pad(FIELD *field, int pad);
.br
-chtype field_pad(FIELD *field);
+chtype field_pad(const FIELD *field);
.br
.SH DESCRIPTION
The function \fBset_field_fore\fR sets the foreground attribute of