[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    form_cursor(3X) manual page Table of Contents

Name

form_cursor, pos_form_cursor - position forms window cursor

Synopsis

cc [ flag ... ] file ... -lform -lcurses [ library .. ]

#include <form.h>

int pos_form_cursor(FORM *form);

MT-Level

Unsafe

Description

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.

Return Values

pos_form_cursor() returns one of the following:


E_OK    -    The function returned successfully.
E_SYSTEM_ERROR    -    System error.
E_BAD_ARGUMENT    -    An argument is incorrect.
E_NOT_POSTED    -    The form is not posted.

See Also

curses(3X) , forms(3X)

Notes

The header <form.h> automatically includes the headers <eti.h> and <curses.h>.


Table of Contents