X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_info.3x.html;h=fbb4adfa5217837dce2fa353bc0c329f927d1e37;hp=7d00ebcfbcc7488c4c14a94261d885d42df7c400;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/doc/html/man/form_field_info.3x.html b/doc/html/man/form_field_info.3x.html index 7d00ebcf..fbb4adfa 100644 --- a/doc/html/man/form_field_info.3x.html +++ b/doc/html/man/form_field_info.3x.html @@ -1,4 +1,3 @@ - + + + form_field_info 3x @@ -40,19 +42,18 @@

form_field_info 3x


-
 form_field_info(3x)                                 form_field_info(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_field_info - retrieve field characteristics
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int field_info(const FIELD *field, int *rows, int *cols,
                      int *frow, int *fcol, int *nrow, int *nbuf);
@@ -61,7 +62,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function  field_info  returns  the  sizes  and  other
        attributes  passed  in  to the field at its creation time.
        The attributes are: height, width, row of upper-left  cor-
@@ -76,7 +77,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These routines return one of the following:
 
        E_OK The routine succeeded.
@@ -90,19 +91,19 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x) and related pages whose names begin "form_" for
        detailed descriptions of the entry points.
 
 
 
-

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.
 
@@ -112,7 +113,7 @@
 
 
 
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.
 
@@ -120,10 +121,17 @@
 
                                                     form_field_info(3x)
 
-
-
-Man(1) output converted with -man2html -
+