X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_data.3x.html;h=84d50f0e9fd2d126d99a92cf725c30c48e476706;hp=e9534ff5f580e3f79ae173c7ba77c51ad61e3526;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012 diff --git a/doc/html/man/form_data.3x.html b/doc/html/man/form_data.3x.html index e9534ff5..84d50f0e 100644 --- a/doc/html/man/form_data.3x.html +++ b/doc/html/man/form_data.3x.html @@ -1,7 +1,8 @@ - - + form_data 3x - + -

form_data 3x

-
+

form_data 3x

-form_data(3x)                                             form_data(3x)
+form_data(3x)                                                    form_data(3x)
 
 
 
 
-
-

NAME

-       form_data - test for off-screen data in given forms
+

NAME

+       data_ahead, data_behind - test for off-screen data in given forms
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
-       bool data_ahead(const FORM *form);
-       bool data_behind(const FORM *form);
 
+       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).
+

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

+
+

SEE ALSO

        curses(3x), form(3x).
 
 
-
-

NOTES

-       The header file <form.h> automatically includes the header
-       file <curses.h>.
+

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.
+

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.
+

AUTHORS

+       Juergen Pfeifer.  Manual pages and adaptation for new curses by Eric S.
+       Raymond.
 
 
 
-                                                          form_data(3x)
+                                                                 form_data(3x)