cc [ flag ... ] file... -lform -lcurses [ library .. ] #include <form.h>
pos_form_cursor() 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.
pos_form_cursor() returns one of the following:
See attributes(5) for descriptions of the following attributes:
curses(3CURSES), forms(3CURSES), attributes(5)
The header <form.h> automatically includes the headers <eti.h> and <curses.h>.