form_cursor(3X) DG/UX 5.4R3.00 form_cursor(3X)
NAME
formcursor: posformcursor - position forms window cursor
SYNOPSIS
#include <form.h>
int posformcursor(FORM *form);
DESCRIPTION
posformcursor moves the form window cursor to the location required
by the form driver to resume form processing. This may be needed
after the application calls a curses library I/O routine.
RETURN VALUE
posformcursor returns one of the following:
EOK - The function returned successfully.
ESYSTEMERROR - System error.
EBADARGUMENT - An argument is incorrect.
ENOTPOSTED - The form is not posted.
NOTES
The header file <form.h> automatically includes the header files
<eti.h> and <curses.h>.
SEE ALSO
curses(3X), forms(3X).
Licensed material--property of copyright holder(s) 1