1form_data(3CURSES)         Curses Library Functions         form_data(3CURSES)
2
3
4

NAME

6       form_data, data_ahead, data_behind - tell if forms field has off-screen
7       data ahead or behind
8

SYNOPSIS

10       cc [ flag ... ] file ... -lform   -lcurses  [ library .. ]
11       #include <form.h>
12
13
14
15       int data_ahead(FORM *form);
16
17
18       int data_behind(FORM *form);
19
20

DESCRIPTION

22       data_ahead() returns TRUE (1) if the current field has more  off-screen
23       data ahead; otherwise it returns FALSE (0).
24
25
26       data_behind() returns TRUE (1) if the current field has more off-screen
27       data behind; otherwise it returns FALSE (0).
28

ATTRIBUTES

30       See attributes(5) for descriptions of the following attributes:
31
32
33
34
35       ┌─────────────────────────────┬─────────────────────────────┐
36       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
37       ├─────────────────────────────┼─────────────────────────────┤
38       │MT-Level                     │Unsafe                       │
39       └─────────────────────────────┴─────────────────────────────┘
40

SEE ALSO

42       curses(3CURSES), forms(3CURSES), attributes(5)
43

NOTES

45       The header <form.h> automatically includes  the  headers   <eti.h>  and
46       <curses.h>.
47
48
49
50SunOS 5.11                        31 Dec 1996               form_data(3CURSES)
Impressum