X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_new.3x.html;h=88a5c74b7c83249d516da351e57ccaddb54840a3;hp=cb8b32d13ddb2f1089e8dcbadcd5ba66d11478e0;hb=db5f7f4f146a91ba8ec7f1df8e9d7f9d2d7c74fd;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/doc/html/man/form_field_new.3x.html b/doc/html/man/form_field_new.3x.html index cb8b32d1..88a5c74b 100644 --- a/doc/html/man/form_field_new.3x.html +++ b/doc/html/man/form_field_new.3x.html @@ -1,4 +1,3 @@ - + + + form_field_new 3x -

form_field_new 3x

-
+

form_field_new 3x

-
 form_field_new(3x)                                   form_field_new(3x)
 
 
 
 
 
-

NAME

+

NAME

        form_field_new - create and destroy form fields
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        FIELD *new_field(int height, int width,
                         int toprow, int leftcol,
@@ -63,7 +63,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The  function new_field allocates a new field and initial-
        izes it from the parameters given: height, width,  row  of
        upper-left  corner,  column  of  upper-left corner, number
@@ -85,7 +85,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        The function, new_field, dup_field, link_field return NULL
        on error.  They set errno according to their success:
 
@@ -111,18 +111,18 @@
 
 
 
-

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

AUTHORS

+

AUTHORS

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