X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fform_post.3x;h=c0e5baa5af28dcd1466a0029198acb2ae2e84a0b;hp=a255af41b3ce11f6ea78171f12b3305b92321321;hb=152c5a605234b7ea36ba3a03ec07e124bb6aac75;hpb=eccca377f55c70b12e3e92621d94d1e1c1fcfb7d;ds=sidebyside diff --git a/man/form_post.3x b/man/form_post.3x index a255af41..c0e5baa5 100644 --- a/man/form_post.3x +++ b/man/form_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-2015,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: form_post.3x,v 1.13 2019/01/20 20:31:42 tom Exp $ +.\" $Id: form_post.3x,v 1.16 2020/10/18 00:01:05 tom Exp $ .TH form_post 3X "" .SH NAME \fBpost_form\fR, \fBunpost_form\fR \- write or erase forms from associated subwindows .SH SYNOPSIS \fB#include \fR +.sp +\fBint post_form(FORM *\fP\fIform\fP\fB);\fP .br -int post_form(FORM *form); -.br -int unpost_form(FORM *form); +\fBint unpost_form(FORM *\fP\fIform\fP\fB);\fP .br .SH DESCRIPTION The function \fBpost_form\fR displays a form to its associated subwindow.