Curses Library Functions formdata(3CURSES)
NAME
formdata, dataahead, databehind - tell if forms field has
off-screen data ahead or behind
SYNOPSIS
cc [ flag ... ] file ... -lform -lcurses [ library .. ]
#include
int dataahead(FORM *form);
int databehind(FORM *form);
DESCRIPTION
dataahead() returns TRUE (1) if the current field has more
off-screen data ahead; otherwise it returns FALSE (0).
databehind() returns TRUE (1) if the current field has more
off-screen data behind; otherwise it returns FALSE (0).
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
MT-Level Unsafe
SEE ALSO
curses(3CURSES), forms(3CURSES), attributes(5)
NOTES
The header automatically includes the headers
and .
SunOS 5.11 Last change: 31 Dec 1996 1
|