DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

form_cursor(S-osr5)


form_cursor: pos_form_cursor -- position forms window cursor

Syntax

cc ... -lform -lcurses

#include <form.h>

int pos_form_cursor(FORM *form);

Description

pos_form_cursor(S-osr5) 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(S-osr5) 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.

 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.

Warning

The header file form.h automatically includes the header files eti.h and curses.h.

Files


/usr/lib/libform.a
the library

See also

curses(S-osr5), forms(S-osr5)

Standards conformance

pos_form_cursor(S-osr5) is not part of any currently supported standard; it was developed by UNIX System Laboratories, Inc. and is maintained by The SCO Group.
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005