X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_data.3x.html;h=277b54bf7a4fe5f8fcaa5976acdf7176510125e9;hp=502495edfde303fc98e14a4e5f5f7d86e5287455;hb=refs%2Ftags%2Fv5.3;hpb=c633e5103a29a38532cf1925257b91cea33fd090 diff --git a/doc/html/man/form_data.3x.html b/doc/html/man/form_data.3x.html index 502495ed..277b54bf 100644 --- a/doc/html/man/form_data.3x.html +++ b/doc/html/man/form_data.3x.html @@ -1,40 +1,79 @@ + + + +form_data 3x + + + +

form_data 3x

+
 
 
 

NAME

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

SYNOPSIS

-       #include <form.h>
+       #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
+       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
+       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).
+       curses(3x), form(3x).
 
 
 

NOTES

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