X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_data.3x.html;h=d7d0dfa1688814ae6d9b7fae1943346611a6752f;hp=502495edfde303fc98e14a4e5f5f7d86e5287455;hb=761e4f0825b330e970558e82a4bd638383914429;hpb=b1f61d9f3aa244512045a6b02e759825d7049d34 diff --git a/doc/html/man/form_data.3x.html b/doc/html/man/form_data.3x.html index 502495ed..d7d0dfa1 100644 --- a/doc/html/man/form_data.3x.html +++ b/doc/html/man/form_data.3x.html @@ -1,40 +1,83 @@ + + + +form_data 3x + + + +

form_data 3x

+
 
+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>.
 
 
 
@@ -50,26 +93,7 @@ - - - - - - - - - - - - - - - - - - - - + form_data(3x)