| 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.
| “ | The most horrifying thing about Unix is that, no matter how many times you hit yourself over the head with it, you never quite manage to lose consciousness. It just goes on and on. | ” |
| — Patrick Sobalvarro | ||