data_ahead, data_behind - test for off-screen data in given forms
Contents
Description
The function data_ahead tests whether there is off-screen data ahead in the given form. It returns TRUE
(1) or FALSE (0).
The function data_behind tests whether there is off-screen data behind in the given form. It returns
TRUE (1) or FALSE (0).
Name
data_ahead, data_behind - test for off-screen data in given forms
Portability
These routines emulate the System V forms library. They were not supported on Version 7 or BSD versions.
See Also
ncurses(3NCURSES), form(3FORM) ncurses 6.5 2024-03-16 data(3FORM)
Synopsis
#include<form.h>booldata_ahead(constFORM*form);booldata_behind(constFORM*form);
