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_post.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_post.3')
-rw-r--r-- | lib/libmenu/menu_post.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmenu/menu_post.3 b/lib/libmenu/menu_post.3 index 21e39aa5dd9..0cf8dfd30a8 100644 --- a/lib/libmenu/menu_post.3 +++ b/lib/libmenu/menu_post.3 @@ -13,7 +13,7 @@ int unpost_menu(MENU *menu); The function \fBpost_menu\fR displays a menu to its associated subwindow. To trigger physical display of the subwindow, use \fBrefresh\fR or some equivalent \fBcurses\fR routine (the implicit \fBdoupdate\fR triggered by an \fBcurses\fR -input request will do). +input request will do). \fBpost_menu\fR resets the selection status of all items. The function \fBunpost_menu\fR erases menu from its associated subwindow. .SH RETURN VALUE |