diff options
author | 1997-11-26 04:00:50 +0000 | |
---|---|---|
committer | 1997-11-26 04:00:50 +0000 | |
commit | 6cd90de493b49eff795fac736242c7fcd2362c99 (patch) | |
tree | a0b7f81919b2ae827554382517ac7b016d7abf0f /lib/libform/form_field_attributes.3 | |
parent | libmenu from ncurses 4.1. Post 4.1 patches to be applied in a separate commit. (diff) | |
download | wireguard-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.3 | 6 |
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 |