X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_data.3x.html;h=7215788070dcb07b1c44ea0323bc2069cc6c726b;hp=d4bb7963fad39cdbd283815890f97008ed437160;hb=HEAD;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/form_data.3x.html b/doc/html/man/form_data.3x.html index d4bb7963..2f1dc3b9 100644 --- a/doc/html/man/form_data.3x.html +++ b/doc/html/man/form_data.3x.html @@ -1,8 +1,8 @@ - - + -form_data 3x - - + + +form_data 3x 2024-03-16 ncurses 6.5 Library calls + + -

form_data 3x

-
+

form_data 3x 2024-03-16 ncurses 6.5 Library calls

-
-form_data(3x)                                             form_data(3x)
+form_data(3x)                    Library calls                   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

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

PORTABILITY

+       These  routines  emulate  the  System  V  forms library.  They were not
+       supported on Version 7 or BSD versions.
 
-
-

NOTES

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

AUTHORS

+       Juergen Pfeifer.  Manual pages and adaptation for new curses by Eric S.
+       Raymond.
 
-
-

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

SEE ALSO

+       curses(3x), form(3x)
 
 
 
-                                                          form_data(3x)
+ncurses 6.5                       2024-03-16                     form_data(3x)
 
-
-Man(1) output converted with man2html +