| FORMS(3) | Library Functions Manual | FORMS(3) | 
post_form, unpost_form —
#include <form.h>
int
  
  post_form(FORM
    *form);
int
  
  unpost_form(FORM
    *form);
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.
E_OKE_BAD_ARGUMENTE_POSTEDE_NOT_POSTEDE_NOT_CONNECTEDE_BAD_STATE<form.h>
  automatically includes both
  <curses.h> and
  <eti.h>.
| January 1, 2001 | NetBSD 9.3 |