X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fform_new_page.3x;h=234a4ed6ec51f11bafea281769057ceca88f2108;hb=5fa28d9ac15ff11842cdd1375df3bf3ce1112cb7;hp=096224f6d1fe8d6008cf09bdf86484eff48b820e;hpb=7e062bb2764a87d98073a90ee65a234a2679f9c1;p=ncurses.git diff --git a/man/form_new_page.3x b/man/form_new_page.3x index 096224f6..234a4ed6 100644 --- a/man/form_new_page.3x +++ b/man/form_new_page.3x @@ -1,4 +1,3 @@ -'\" t .\"*************************************************************************** .\" Copyright 2018-2022,2023 Thomas E. Dickey * .\" Copyright 1998-2010,2015 Free Software Foundation, Inc. * @@ -28,22 +27,29 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form_new_page.3x,v 1.29 2023/09/30 21:38:11 tom Exp $ -.TH form_new_page 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_new_page.3x,v 1.32 2023/11/25 13:58:47 tom Exp $ +.TH form_new_page 3X 2023-11-25 "ncurses 6.4" "Library calls" +.ie \n(.g \{\ +.ds `` \(lq +.ds '' \(rq +.\} +.el \{\ +.ie t .ds `` `` +.el .ds `` "" +.ie t .ds '' '' +.el .ds '' "" +.\} .SH NAME \fBset_new_page\fP, \fBnew_page\fP \- form pagination functions .SH SYNOPSIS -\fB#include \fP -.sp -\fBint set_new_page(FIELD *\fIfield\fB, bool \fInew_page_flag\fB);\fR -.br -\fBbool new_page(const FIELD *\fIfield\fB);\fR +.nf +\fB#include +.PP +\fBint set_new_page(FIELD *\fIfield\fP, bool \fInew_page_flag\fP); +\fBbool new_page(const FIELD *\fIfield\fP); +.fi .SH DESCRIPTION The function \fBset_new_page\fP sets or resets a flag marking the given field as the beginning of a new page on its form. @@ -60,9 +66,6 @@ The routine succeeded. .TP 5 .B E_CONNECTED The given field is already connected to a form. -.SH NOTES -The header file \fB\fP automatically includes the header file -\fB\fP. .SH PORTABILITY These routines emulate the System V forms library. They were not supported on