'\"!  tbl | mmdoc
'\"macro stdmacro
.if n .pH g3x.form_cursor @(#)form_cursor	40.3 of 12/15/89
.\" Copyright 1989 AT&T
.\" ident	"@(#)svid_ti:ti_lib/form_cursor	1.3"
.nr X
.if \nX=0 .ds x} form_cursor 3X "" "\&"
.if \nX=1 .ds x} form_cursor 3X ""
.if \nX=2 .ds x} form_cursor 3X "" "\&"
.if \nX=3 .ds x} form_cursor "" "" "\&"
.TH \*(x}
.SH NAME
\f4form_cursor\f2: \f4 pos_form_cursor\f1 \- position \f4forms\fP window cursor
.SH SYNOPSIS
.nf
.ft 4
#include <form.h>
.sp
int pos_form_cursor(FORM *form);
.ft 1
.fi
.SH DESCRIPTION
\f4pos_form_cursor\fP 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 \f4curses\fP library I/O routine.
.SH RETURN VALUE
\f4pos_form_cursor\fP returns one of the following:
.TS
lfCWw(1.25i)1 c1 l .
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.
.TE
.SH NOTES
.PP
The header file \f4<form.h>\f1 automatically includes the header files
\f4<eti.h>\fP and \f4<curses.h>\fP.
.SH SEE ALSO
.na
\f4curses\fP(3X),
\f4forms\fP(3X).
.ad
