DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

form_cursor(3ocurses)


form_cursor: pos_form_cursor -- position forms window cursor

Synopsis

cc [flag . . .] file -lform -locurses [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.

 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 ocurses.h.

References

curses(3ocurses), forms(3ocurses)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004