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