X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fform_field_new.3x;h=cf603edf3b0a6963ec2ed924e77ce33a8b7a2232;hb=64845eab0d05cd928ed2455d5bc5b58e0b33c893;hp=f8dfb98abba66fb2a25bf4474d5cb1bbac112961;hpb=31c4bcf3307145fc5368b4aaf15e41bdd66a984b;p=ncurses.git diff --git a/man/form_field_new.3x b/man/form_field_new.3x index f8dfb98a..cf603edf 100644 --- a/man/form_field_new.3x +++ b/man/form_field_new.3x @@ -1,4 +1,3 @@ -'\" t .\"*************************************************************************** .\" Copyright 2018-2022,2023 Thomas E. Dickey * .\" Copyright 1998-2010,2015 Free Software Foundation, Inc. * @@ -28,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form_field_new.3x,v 1.33 2023/09/16 23:37:03 tom Exp $ -.TH form_field_new 3X 2023-09-16 "ncurses 6.4" "Library calls" +.\" $Id: form_field_new.3x,v 1.37 2023/10/07 21:19:07 tom Exp $ +.TH form_field_new 3X 2023-10-07 "ncurses 6.4" "Library calls" .SH NAME \fBnew_field\fP, \fBdup_field\fP, @@ -37,17 +36,16 @@ \fBfree_field\fP \- create and destroy form fields .SH SYNOPSIS -\fB#include \fP -.sp -\fBFIELD *new_field(int \fIheight\fB, int \fIwidth\fB,\fR +.nf +\fB#include +.PP +\fBFIELD *new_field(int \fIheight\fP, int \fIwidth\fP, \fBint \fItoprow\fB, int \fIleftcol\fB,\fR \fBint \fIoffscreen\fB, int \fInbuffers\fB);\fR -.br \fBFIELD *dup_field(FIELD *\fIfield\fB, int \fItoprow\fB, int \fIleftcol\fB);\fR -.br \fBFIELD *link_field(FIELD *\fIfield\fB, int \fItoprow\fB, int \fIleftcol\fB);\fR -.br \fBint free_field(FIELD *\fIfield\fB);\fR +.fi .SH DESCRIPTION The function \fBnew_field\fP allocates a new field and initializes it from the parameters given: height, width, row of upper-left corner, column of upper-left @@ -90,8 +88,6 @@ Routine detected an incorrect or out-of-range argument. .TP 5 .B E_CONNECTED field is connected. -.SH SEE ALSO -\fBcurses\fP(3X), \fBform\fP(3X). .SH NOTES The header file \fB\fP automatically includes the header file \fB\fP. @@ -106,3 +102,6 @@ not very explicit about what gets copied and what does not. .SH AUTHORS Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond. +.SH SEE ALSO +\fB\%curses\fP(3X), +\fB\%form\fP(3X)