diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-26 03:59:14 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-26 03:59:14 +0000 |
commit | 65d9e3fdab3ed1511a98387720e59db078fc3d46 (patch) | |
tree | 7fa63a0892e13f7f68f9b6a87154fc3d6a0cce17 /lib/libmenu/menu_attribs.3 | |
parent | 4db103e641c472e38eb16ec5885f4ee5cabe750c (diff) |
libmenu from ncurses 4.1. Post 4.1 patches to be applied in a separate commit.
Diffstat (limited to 'lib/libmenu/menu_attribs.3')
-rw-r--r-- | lib/libmenu/menu_attribs.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libmenu/menu_attribs.3 b/lib/libmenu/menu_attribs.3 index ebd5563d219..39850c1e2a6 100644 --- a/lib/libmenu/menu_attribs.3 +++ b/lib/libmenu/menu_attribs.3 @@ -7,19 +7,19 @@ .br int set_menu_fore(MENU *menu, chtype attr); .br -chtype menu_fore(MENU *menu); +chtype menu_fore(const MENU *menu); .br int set_menu_back(MENU *menu, chtype attr); .br -chtype menu_back(MENU *menu); +chtype menu_back(const MENU *menu); .br int set_menu_grey(MENU *menu, chtype attr); .br -chtype menu_grey(MENU *menu); +chtype menu_grey(const MENU *menu); .br int set_menu_pad(MENU *menu, int pad); .br -chtype menu_pad(MENU *menu); +int menu_pad(const MENU *menu); .br .SH DESCRIPTION The function \fBset_menu_fore\fR sets the foreground attribute of |