| FORMS(3) | Library Functions Manual | FORMS(3) |
post_form,
unpost_form — form
library
Curses Form Library (libform, -lform)
#include
<form.h>
int
post_form(FORM
*form);
int
unpost_form(FORM
*form);
The
post_form()
function performs the actions necessary to present the form on the curses
screen. If there are any init functions that need to be called then they
will be called prior to the form being posted and the cursor will be
positioned on the first active field that can be visited. Conversely, the
function
unpost_form()
removes the form from the screen and calls any termination functions that
were specified.
The functions will return one of the following error values:
E_OKE_BAD_ARGUMENTE_POSTEDE_NOT_POSTEDE_NOT_CONNECTEDE_BAD_STATEThe header
<form.h> automatically
includes both <curses.h> and
<eti.h>.
| January 1, 2001 | NetBSD 11.0 |