pub fn post_form(form: FORM) -> Result<(), NCurseswFormError>
Expand description

Displays a form to its associated sub-window. To trigger physical display of the sub-window, use refresh() or some equivalent NCurses routine (the implicit doupdate() triggered by a NCurses input request will do).