1form_cursor(3X)                                                form_cursor(3X)
2
3
4

NAME

6       pos_form_cursor - position a form window cursor
7

SYNOPSIS

9       #include <form.h>
10       int pos_form_cursor(FORM *form);
11

DESCRIPTION

13       The  function  pos_form_cursor  restores  the  cursor  to  the position
14       required for the forms driver to continue processing requests.  This is
15       useful  after curses routines have been called to do screen-painting in
16       response to a form operation.
17

RETURN VALUE

19       This routine returns one of the following:
20
21       E_OK The routine succeeded.
22
23       E_BAD_ARGUMENT
24            Routine detected an incorrect or out-of-range argument.
25
26       E_NOT_POSTED
27            The form has not been posted.
28
29       E_SYSTEM_ERROR
30            System error occurred (see errno(3)).
31

SEE ALSO

33       curses(3X), form(3X).
34

NOTES

36       The  header  file  <form.h>  automatically  includes  the  header  file
37       <curses.h>.
38

PORTABILITY

40       These  routines emulate the System V forms library.  They were not sup‐
41       ported on Version 7 or BSD versions.
42

AUTHORS

44       Juergen Pfeifer.  Manual pages and adaptation for new curses by Eric S.
45       Raymond.
46
47
48
49                                                               form_cursor(3X)
Impressum