data_behind(3x) - form_data - test for off-screen data in given forms - man 3x data_behind
form_data(3X) form_data(3X)
NAME
form_data - test for off-screen data in(1,8) given forms
SYNOPSIS
#include <form.h>
bool data_ahead(const FORM *form);
bool data_behind(const FORM *form);
DESCRIPTION
The function data_ahead tests whether there is off-screen data ahead in(1,8)
the given form. It returns TRUE (1) or FALSE (0).
The function data_behind tests whether there is off-screen data behind
in(1,8) the given form. It returns TRUE (1) or FALSE (0).
SEE ALSO
curses(3X), form(3X).
NOTES
The header file(1,n) <form.h> automatically includes the header file(1,n)
<curses.h>.
PORTABILITY
These routines emulate the System V forms library. They were not sup-
ported on Version 7 or BSD versions.
AUTHORS
Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S.
Raymond.
form_data(3X)
References for this manual (incoming links)