]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/form_new.3x
ncurses 6.4 - patch 20230918
[ncurses.git] / man / form_new.3x
index 3cefa8519172456bc5c6e670333425f7aa177fce..b2a992c37935cebd20652d37c88ae05ee89176f1 100644 (file)
@@ -1,6 +1,6 @@
 '\" t
 .\"***************************************************************************
-.\" Copyright 2018-2020,2021 Thomas E. Dickey                                *
+.\" Copyright 2018-2022,2023 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_new.3x,v 1.17 2021/12/25 21:41:58 tom Exp $
-.TH form_new 3X ""
+.\" $Id: form_new.3x,v 1.24 2023/09/16 23:37:03 tom Exp $
+.TH form_new 3X 2023-09-16 "ncurses 6.4" "Library calls"
 .SH NAME
 \fBnew_form\fP,
-\fBfree_form\fP \- create and destroy forms
+\fBfree_form\fP \-
+create and destroy forms
 .SH SYNOPSIS
 \fB#include <form.h>\fP
 .sp
-\fBFORM *new_form(FIELD **\fP\fIfields\fP\fB);\fP
-.br
-\fBint free_form(FORM *\fP\fIform\fP\fB);\fP
+\fBFORM *new_form(FIELD **\fIfields\fB);\fR
 .br
+\fBint free_form(FORM *\fIform\fB);\fR
 .SH DESCRIPTION
 The function \fBnew_form\fP creates a new form connected to a specified field
 pointer array (which must be \fBNULL\fP-terminated).