FORM_CURSOR(3CURSES) | Curses Library Functions | FORM_CURSOR(3CURSES) |
form_cursor, pos_form_cursor - position forms window cursor
cc [ flag... ] file... -lform -lcurses [ library... ] #include <form.h> int pos_form_cursor(FORM *form);
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:
E_OK
E_SYSTEM_ERROR
E_BAD_ARGUMENT
E_NOT_POSTED
See attributes(7) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
MT-Level | Unsafe |
The header <form.h> automatically includes the headers <eti.h> and <curses.h>.
December 31, 1996 | OmniOS |