| Main index | Section 3 | Options |
#include <form.h>int post_form(FORM *form); int unpost_form(FORM *form);
The function unpost_form erases form from its associated subwindow.
| E_OK | The routine succeeded. |
| E_BAD_ARGUMENT | |
| Routine detected an incorrect or out-of-range argument. | |
| E_BAD_STATE | |
| Routine was called from an initialization or termination function. | |
| E_NOT_POSTED | |
| The form has not been posted. | |
| E_NOT_CONNECTED | |
| No items are connected to the form. | |
| E_NO_ROOM | |
| Form is too large for its window. | |
| E_POSTED | |
| The form has already been posted. | |
| E_SYSTEM_ERROR | |
| System error occurred (see errno(3)). | |
| 2024-03-16 | form_post (3X) | ncurses 6.5 |
| Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | Ken Thompson has an automobile which he helped design. Unlike most automobiles, it has neither speedometer, nor gas gauge, nor any of the other numerous idiot lights which plague the modern driver. Rather, if the driver makes a mistake, a giant “?” lights up in the center of the dashboard. “The experienced driver,” says Thompson, “will usually know what's wrong.” | ” |