Curses Library Functions formcursor(3CURSES)
NAME
formcursor, posformcursor - position forms window cursor
SYNOPSIS
cc [ flag... ] file... -lform -lcurses [ library... ]
#include
int posformcursor(FORM *form);
DESCRIPTION
posformcursor() moves the form window cursor to the loca-
tion 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
posformcursor() returns one of the following:
EOK Thefunction returned successfully.
ESYSTEMEROR System error.
EBADARGUMENT An argument is incorrect.
ENOTPOSTED The form is not posted.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
MT-Level Unsafe
SEE ALSO
curses(3CURSES), forms(3CURSES), attributes(5)
NOTES
The header automatically includes the headers
and .
SunOS 5.11 Last change: 31 Dec 1996 1
|