X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_data.3x.html;h=8e248e5500a784d86a2b3843d30092a303398e6d;hp=e0364d7b4ca8bf2cf46131a577175c3d41df3287;hb=3eda6f30a84d53844d2ebceadb457e2e7e9cfbf3;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/doc/html/man/form_data.3x.html b/doc/html/man/form_data.3x.html index e0364d7b..8e248e55 100644 --- a/doc/html/man/form_data.3x.html +++ b/doc/html/man/form_data.3x.html @@ -1,8 +1,7 @@ - + + + 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);
 
 
-
-

DESCRIPTION

-       The  function data_ahead tests whether there is off-screen
-       data ahead in the given form.   It  returns  TRUE  (1)  or
+

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
+       data  behind  in  the  given form.  It returns TRUE (1) or
        FALSE (0).
 
 
-
-

SEE ALSO

+

SEE ALSO

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

NOTES

+

NOTES

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

PORTABILITY

-       These routines emulate the System V forms  library.   They
+

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
+

AUTHORS

+       Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
 
 
                                                           form_data(3x)
 
-
-
-Man(1) output converted with -man2html -
+