X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=form%2Ffld_stat.c;h=7b504bf449fee3c8ab192696d5bea83c589cac85;hp=43e71b557a6797255062cce41f0d4ecf4e0cafa9;hb=5925150381bb42a4d8c7116d62c348a7b84309f3;hpb=42259b594b5dabd37fe2bc294051d2db82e873a2 diff --git a/form/fld_stat.c b/form/fld_stat.c index 43e71b55..7b504bf4 100644 --- a/form/fld_stat.c +++ b/form/fld_stat.c @@ -33,14 +33,14 @@ #include "form.priv.h" -MODULE_ID("$Id: fld_stat.c,v 1.16 2020/05/24 01:40:20 anonymous.maarten Exp $") +MODULE_ID("$Id: fld_stat.c,v 1.17 2020/12/11 22:05:24 tom Exp $") /*--------------------------------------------------------------------------- | Facility : libnform | Function : int set_field_status(FIELD *field, bool status) | | Description : Set or clear the 'changed' indication flag for that -| fields primary buffer. +| field's primary buffer. | | Return Values : E_OK - success +--------------------------------------------------------------------------*/ @@ -64,7 +64,7 @@ set_field_status(FIELD *field, bool status) | Function : bool field_status(const FIELD *field) | | Description : Retrieve the value of the 'changed' indication flag -| for that fields primary buffer. +| for that field's primary buffer. | | Return Values : TRUE - buffer has been changed | FALSE - buffer has not been changed