]> ncurses.scripts.mit.edu Git - ncurses.git/blob - Ada95/html/man/form_cursor.3x.html
ncurses 4.2
[ncurses.git] / Ada95 / html / man / form_cursor.3x.html
1 <HTML>
2 <BODY>
3 <PRE>
4        <STRONG>form_cursor</STRONG> - position a form window cursor
5
6
7 </PRE>
8 <H2>SYNOPSIS</H2><PRE>
9        <STRONG>#include</STRONG> <STRONG><form.h></STRONG>
10        int pos_form_cursor(FORM *form);
11
12
13 </PRE>
14 <H2>DESCRIPTION</H2><PRE>
15        The  function  <STRONG>pos_form_cursor</STRONG>  restores the cursor to the
16        position required for the forms driver  to  continue  pro-
17        cessing  requests.   This  is useful after <STRONG>curses</STRONG> routines
18        have been called to do screen-painting in  response  to  a
19        form operation.
20
21
22 </PRE>
23 <H2>RETURN VALUE</H2><PRE>
24        This routine returns one of the following:
25
26        <STRONG>E_OK</STRONG> The routine succeeded.
27
28        <STRONG>E_SYSTEM_ERROR</STRONG>
29             System error occurred (see <STRONG>errno</STRONG>).
30
31        <STRONG>E_BAD_ARGUMENT</STRONG>
32             Routine  detected  an incorrect or out-of-range argu-
33             ment.
34
35        <STRONG>E_NOT_POSTED</STRONG>
36             The form has not been posted.
37
38
39 </PRE>
40 <H2>SEE ALSO</H2><PRE>
41        <STRONG><A HREF="ncurses.3x.html">curses(3X)</A></STRONG>, <STRONG><A HREF="form.3x.html">form(3X)</A></STRONG>.
42
43
44 </PRE>
45 <H2>NOTES</H2><PRE>
46        The header file <STRONG><form.h></STRONG> automatically includes the header
47        file <STRONG><curses.h></STRONG>.
48
49
50 </PRE>
51 <H2>PORTABILITY</H2><PRE>
52        These  routines  emulate the System V forms library.  They
53        were not supported on Version 7 or BSD versions.
54
55
56 </PRE>
57 <H2>AUTHORS</H2><PRE>
58        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
59        curses by Eric S. Raymond.
60
61
62
63
64
65
66
67
68
69
70 </PRE>
71 </BODY>
72 </HTML>