X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_field_new.3x.html;h=dc73d3bdd0515b9ae62f65ec10b6e4e597646f1b;hp=bc2c39329d3bc8754e7758662e1a34488bbfba64;hb=HEAD;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72 diff --git a/doc/html/man/form_field_new.3x.html b/doc/html/man/form_field_new.3x.html index bc2c3932..c7bedd9a 100644 --- a/doc/html/man/form_field_new.3x.html +++ b/doc/html/man/form_field_new.3x.html @@ -1,7 +1,7 @@ - -form_field_new 3x - - +form_field_new 3x 2024-03-16 ncurses 6.5 Library calls + + -

form_field_new 3x

+

form_field_new 3x 2024-03-16 ncurses 6.5 Library calls

-form_field_new(3x)                                          form_field_new(3x)
+form_field_new(3x)               Library calls              form_field_new(3x)
 
 
 
@@ -53,12 +53,13 @@
 
 

SYNOPSIS

        #include <form.h>
-       FIELD *new_field(int height, int width,
-                        int toprow, int leftcol,
-                        int offscreen, int nbuffers);
-       FIELD *dup_field(FIELD *field, int toprow, int leftcol);
-       FIELD *link_field(FIELD *field, int toprow, int leftcol);
-       int free_field(FIELD *field);
+
+       FIELD *new_field(int height, int width,
+                        int toprow, int leftcol,
+                        int offscreen, int nbuffers);
+       FIELD *dup_field(FIELD *field, int toprow, int leftcol);
+       FIELD *link_field(FIELD *field, int toprow, int leftcol);
+       int free_field(FIELD *field);
 
 
 

DESCRIPTION

@@ -80,8 +81,8 @@
 
 
 

RETURN VALUE

-       The function, new_field, dup_field, link_field return  NULL  on  error.
-       They set errno according to their success:
+       The functions new_field, dup_field, link_field return  NULL  on  error.
+       They set errno according to their success:
 
        E_OK The routine succeeded.
 
@@ -102,21 +103,12 @@
             field is connected.
 
 
-

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  sup-
-       ported on Version 7 or BSD versions.
+       These  routines  emulate  the  System  V  forms library.  They were not
+       supported on Version 7 or BSD versions.
 
-       It  may be unwise to count on the set of attributes copied by dup_field
-       being portable; the System V  forms  library  documents  are  not  very
+       It may be unwise to count on the set of attributes copied by  dup_field
+       being  portable;  the  System  V  forms  library documents are not very
        explicit about what gets copied and what does not.
 
 
@@ -125,8 +117,12 @@
        Raymond.
 
 
+

SEE ALSO

+       curses(3x), form(3x)
+
+
 
-                                                            form_field_new(3x)
+ncurses 6.5                       2024-03-16                form_field_new(3x)