X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_info.3x.html;h=b218e5424ef6f5b176ff4ced6249c1b89eaa8859;hp=6a3c2596a3b8f3d5255e986cd0dda228d2117d2c;hb=a0b91dc27f0c411e343161b0a4b5459d15a43f85;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/form_field_info.3x.html b/doc/html/man/form_field_info.3x.html index 6a3c2596..b218e542 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 -

form_field_info 3x

-
+

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 +61,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 +76,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These routines return one of the following:
 
        E_OK The routine succeeded.
@@ -90,19 +90,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 +112,7 @@
 
 
 
-

AUTHORS

+

AUTHORS

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