X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_data.3x.html;h=8e248e5500a784d86a2b3843d30092a303398e6d;hp=ead029240151cb01f4cf391b953ebaf9124c0954;hb=f344f8539c1543f8cd65a5bb142dbaf23b9421d2;hpb=b11cef1e315b58820ea0cde239ebf2f741ef8948 diff --git a/doc/html/man/form_data.3x.html b/doc/html/man/form_data.3x.html index ead02924..8e248e55 100644 --- a/doc/html/man/form_data.3x.html +++ b/doc/html/man/form_data.3x.html @@ -46,21 +46,18 @@ - -

NAME

+

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

+

DESCRIPTION

        The function data_ahead tests whether there is  off-screen
        data  ahead  in  the  given  form.  It returns TRUE (1) or
        FALSE (0).
@@ -70,25 +67,21 @@
        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

+

PORTABILITY

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

AUTHORS

+

AUTHORS

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