]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/form_field_info.3x
ncurses 6.5 - patch 20240504
[ncurses.git] / man / form_field_info.3x
index cd561779dcb99ed132dd69de74be2d81d7ec2f79..84b10d96d4b83018dffa3486593d15e514c8e2f2 100644 (file)
@@ -1,6 +1,5 @@
-'\" t
 .\"***************************************************************************
-.\" Copyright 2018-2022,2023 Thomas E. Dickey                                *
+.\" Copyright 2018-2023,2024 Thomas E. Dickey                                *
 .\" Copyright 1998-2010,2015 Free Software Foundation, Inc.                  *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: form_field_info.3x,v 1.27 2023/09/30 21:38:11 tom Exp $
-.TH form_field_info 3X 2023-09-30 "ncurses 6.4" "Library calls"
-.ie \n(.g .ds `` \(lq
-.el       .ds `` ``
-.ie \n(.g .ds '' \(rq
-.el       .ds '' ''
+.\" $Id: form_field_info.3x,v 1.32 2024/03/16 15:35:01 tom Exp $
+.TH form_field_info 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
+.ie \n(.g \{\
+.ds `` \(lq
+.ds '' \(rq
+.\}
+.el \{\
+.ie t .ds `` ``
+.el   .ds `` ""
+.ie t .ds '' ''
+.el   .ds '' ""
+.\}
 .SH NAME
 \fBdynamic_field_info\fP,
 \fBfield_info\fP \-
 retrieve field characteristics
 .SH SYNOPSIS
 .nf
-\fB#include <form.h>\fP
-.sp
-\fBint field_info(const FIELD *\fIfield\fB,\fR
+\fB#include <form.h>
+.PP
+\fBint field_info(const FIELD *\fIfield\fP,
                \fBint *\fIrows\fB, int *\fIcols\fB,\fR
                \fBint *\fIfrow\fB, int *\fIfcol\fB,\fR
                \fBint *\fInrow\fB, int *\fInbuf\fB);\fR
-.sp
+.PP
 \fBint dynamic_field_info(const FIELD *\fIfield\fB,\fR
                        \fBint *\fIrows\fB, int *\fIcols\fB, int *\fImax\fB);\fR
 .fi
@@ -74,9 +79,6 @@ System error occurred (see \fBerrno\fP(3)).
 .TP 5
 .B E_BAD_ARGUMENT
 Routine detected an incorrect or out-of-range argument.
-.SH NOTES
-The header file \fB<form.h>\fP automatically includes the header file
-\fB<curses.h>\fP.
 .SH PORTABILITY
 These routines emulate the System V forms library.
 They were not supported on