X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fmenu_post.3x;h=6f14a45a77c6f899d8094f7b56a8b5184857dd47;hp=f2c46344cd3a7d164446c95bbc1196ba8f68f17a;hb=5925150381bb42a4d8c7116d62c348a7b84309f3;hpb=eccca377f55c70b12e3e92621d94d1e1c1fcfb7d diff --git a/man/menu_post.3x b/man/menu_post.3x index f2c46344..6f14a45a 100644 --- a/man/menu_post.3x +++ b/man/menu_post.3x @@ -1,6 +1,7 @@ '\" t .\"*************************************************************************** -.\" Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. * +.\" Copyright 2018-2019,2020 Thomas E. Dickey * +.\" Copyright 1998-2016,2017 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 * @@ -27,17 +28,17 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: menu_post.3x,v 1.17 2019/01/20 20:32:23 tom Exp $ +.\" $Id: menu_post.3x,v 1.19 2020/10/17 23:47:21 tom Exp $ .TH menu_post 3X "" .SH NAME \fBpost_menu\fR, \fBunpost_menu\fR \- write or erase menus from associated subwindows .SH SYNOPSIS \fB#include \fR +.sp +\fBint post_menu(MENU *\fP\fImenu\fP\fB);\fP .br -int post_menu(MENU *menu); -.br -int unpost_menu(MENU *menu); +\fBint unpost_menu(MENU *\fP\fImenu\fP\fB);\fP .br .SH DESCRIPTION The function \fBpost_menu\fR displays a menu to its associated subwindow.