int
post_form(
FORM *form
)
int
unpost_form(
FORM *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.
E_OK
E_BAD_ARGUMENT
E_POSTED
E_NOT_POSTED
E_NOT_CONNECTED
E_BAD_STATE
form.h
>
automatically includes both
<
curses.h
>
and
<
eti.h
>.