X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fform_new_page.3x;h=c47a959d3b5a65f9918bc49283d0e6c55a9db09c;hb=382c1d0c3c8959d2e5ffb69e86469d00937aa4ae;hp=096224f6d1fe8d6008cf09bdf86484eff48b820e;hpb=7e062bb2764a87d98073a90ee65a234a2679f9c1;p=ncurses.git diff --git a/man/form_new_page.3x b/man/form_new_page.3x index 096224f6..c47a959d 100644 --- a/man/form_new_page.3x +++ b/man/form_new_page.3x @@ -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 * @@ -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.34 2024/03/16 15:35:01 tom Exp $ +.TH form_new_page 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 \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