form_cursor(3curses) form_cursor(3curses)
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);
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 VALUE
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.
NOTICES
The header file form.h automatically includes the header files
eti.h and curses.h.
REFERENCES
curses(3curses), forms(3curses)
Copyright 1994 Novell, Inc. Page 1