NAME
data_ahead, data_behind - test for off-screen data in 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 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).
SEE ALSO
ncurses(3NCURSES), form(3FORM).
NOTES
The header file <form.h> automatically includes the header file <curses.h>.
PORTABILITY
These routines emulate the System V forms library. They were not supported on Version 7 or BSD versions.
AUTHORS
Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond. data(3FORM)
More Linux Commands
manpages/redland-config.1.html
redland-config(1) - script to get information about the inst
redland-config is a tool that is used to determine the compile and linker flags that should be used to compile and link programs that use the Redland RDF librar
manpages/git-daemon.1.html
git-daemon(1) A really simple server for Git repositories...
A really simple TCP Git daemon that normally listens on port DEFAULT_GIT_PORT aka 9418. It waits for a connection asking for a service, and will serve that serv
manpages/tk_getSaveFile.n.html
tk_getSaveFile(n) - pop up a dialog box for the user to sele
The procedures tk_getOpenFile and tk_getSaveFile pop up a dialog box for the user to select a file to open or save. The tk_getOpenFile command is usually associ
manpages/TAP::Parser::Result::Version.3pm.html
TAP::Parser::Result::Version(3pm) - TAP syntax version token
This is a subclass of TAP::Parser::Result. A token of this class will be returned if a version line is encountered. TAP version 13 ok 1 not ok 2 The first versi
manpages/acl_copy_int.3.html
acl_copy_int(3) - copy an ACL from external to internal repr
The acl_copy_int() function copies an exportable, contiguous, persistent form of an ACL, pointed to by buf_p, to the internal representation. This function may
manpages/gnutls_pkcs12_bag_set_crt.3.html
gnutls_pkcs12_bag_set_crt(3) - API function - Linux man page
This function will insert the given certificate into the bag. This is just a wrapper over gnutls_pkcs12_bag_set_data(). RETURNS the index of the added bag on su
manpages/glTexCoord4fv.3gl.html
glTexCoord4fv(3gl) - set the current texture coordinates....
glTexCoord specifies texture coordinates in one, two, three, or four dimensions. glTexCoord1 sets the current texture coordinates to (s, 0, 0, 1); a call to glT
manpages/warnx.3.html
warnx(3) - formatted error messages - Linux manual page.....
The err() and warn() family of functions display a formatted error message on the standard error output. In all cases, the last component of the program name, a
manpages/XDeleteProperty.3.html
XDeleteProperty(3) - obtain and change window properties....
The XGetWindowProperty function returns the actual type of the property; the actual format of the property; the number of 8-bit, 16-bit, or 32-bit items transfe
manpages/setaliasent.3.html
setaliasent(3) - read an alias entry - Linux manual page....
One of the databases available with the Name Service Switch (NSS) is the aliases database, that contains mail aliases. (To find out which databases are supporte
manpages/urandom.4.html
urandom(4) - kernel random number source devices (Man Page)
The character special files /dev/random and /dev/urandom (present since Linux 1.3.30) provide an interface to the kernels random number generator. File /dev/ran
manpages/XwcTextPropertyToTextList.3.html
XwcTextPropertyToTextList(3) - convert text lists and text p
The XmbTextListToTextProperty, XwcTextListToTextProperty and Xutf8TextListToTextProperty functions set the specified XTextProperty value to a set of null-separa
