NAME
ffoorrmmccuurrssoorr - position a form window cursor
SYNOPSIS
##iinncclluuddee <
int posformcursor(FORM *form);> DESCRIPTION
The function ppoossffoorrmmccuurrssoorr restores the cursor to the position required for the forms driver to continue processing requests. This isuseful after ccuurrsseess routines have been called to do screen-painting in
response to a form operation. RREETTUURRNN VVAALLUUEE This routine returns one of the following: EEOOKK The routine succeeded. EESSYYSSTTEEMMEERRRROORR System error occurred (see eerrrrnnoo). EEBBAADDAARRGGUUMMEENNTTRoutine detected an incorrect or out-of-range argument.
EENNOOTTPPOOSSTTEEDD The form has not been posted.SEE ALSO
ccuurrsseess(3X), ffoorrmm(3X). NNOOTTEESS The header file <> automatically includes the header file < >. PPOORRTTAABBIILLIITTYY These routines emulate the System V forms library. They were not sup-
ported on Version 7 or BSD versions. AUTHORS Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond. formcursor(3X)