]> ncurses.scripts.mit.edu Git - ncurses.git/blob - man/form_data.3x
ncurses 4.2
[ncurses.git] / man / form_data.3x
1 '\" t
2 .TH form_data 3X ""
3 .SH NAME
4 \fBform_data\fR - 
5 .SH SYNOPSIS
6 \fB#include <form.h>\fR
7 .br
8 bool data_ahead(const FORM *form);
9 .br
10 bool data_behind(const FORM *form);
11 .br
12 .SH DESCRIPTION
13 The function \fBdata_ahead\fR tests whether there is off-screen data
14 ahead in the given form.  It returns TRUE (1) or FALSE (0).
15
16 The function \fBdata_behind\fR tests whether there is off-screen data
17 behind in the given form.  It returns TRUE (1) or FALSE (0).
18 .SH SEE ALSO
19 \fBcurses\fR(3X), \fBform\fR(3X).
20 .SH NOTES
21 The header file \fB<form.h>\fR automatically includes the header file
22 \fB<curses.h>\fR.
23 .SH PORTABILITY
24 These routines emulate the System V forms library.  They were not supported on
25 Version 7 or BSD versions.
26 .SH AUTHORS
27 Juergen Pfeifer.  Manual pages and adaptation for new curses by Eric
28 S. Raymond.
29 .\"#
30 .\"# The following sets edit modes for GNU EMACS
31 .\"# Local Variables:
32 .\"# mode:nroff
33 .\"# fill-column:79
34 .\"# End: