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

form_data 3x

-
-
-
-

NAME

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

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

NOTES

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

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

NAME

+       data_ahead, data_behind - test for off-screen data in given forms
 
 
+

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

NOTES

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

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.
 
 
 
+                                                                 form_data(3x)
 
-
-
-Man(1) output converted with -man2html -
+