X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=form%2Ffld_page.c;fp=form%2Ffld_page.c;h=9029768ce2ba4f65d4131db5dd685b845beabe0f;hp=cffbdaefdb9bb87c91014e78c874087f85516c95;hb=5925150381bb42a4d8c7116d62c348a7b84309f3;hpb=42259b594b5dabd37fe2bc294051d2db82e873a2 diff --git a/form/fld_page.c b/form/fld_page.c index cffbdaef..9029768c 100644 --- a/form/fld_page.c +++ b/form/fld_page.c @@ -33,7 +33,7 @@ #include "form.priv.h" -MODULE_ID("$Id: fld_page.c,v 1.14 2020/05/24 01:40:20 anonymous.maarten Exp $") +MODULE_ID("$Id: fld_page.c,v 1.15 2020/12/11 23:15:26 tom Exp $") /*--------------------------------------------------------------------------- | Facility : libnform @@ -66,8 +66,8 @@ set_new_page(FIELD *field, bool new_page_flag) | Facility : libnform | Function : bool new_page(const FIELD *field) | -| Description : Retrieve the info whether or not the field starts a -| new page on the form. +| Description : Retrieve the information whether or not the field starts +| a new page on the form. | | Return Values : TRUE - field starts a new page | FALSE - field doesn't start a new page