Skip Navigation Links | |
Exit Print View | |
man pages section 3: Curses Library Functions Oracle Solaris 11.1 Information Library |
- 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:
Thefunction returned successfully.
System error.
An argument is incorrect.
The form is not posted.
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>.