X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=form%2Ffrm_driver.c;h=75656d69ea2a44b00136754cb5cbcf183c4599a8;hb=bc0df4748975616ec5d2c5369f7e9bd6e2608f93;hp=2e7b7b9237cb5c57110d72207a990f040450c819;hpb=b661daf1160a873609d70843999cd46eff25d1f0;p=ncurses.git diff --git a/form/frm_driver.c b/form/frm_driver.c index 2e7b7b92..75656d69 100644 --- a/form/frm_driver.c +++ b/form/frm_driver.c @@ -33,7 +33,7 @@ #include "form.priv.h" -MODULE_ID("$Id: frm_driver.c,v 1.134 2021/03/27 23:49:58 tom Exp $") +MODULE_ID("$Id: frm_driver.c,v 1.135 2021/09/01 23:34:01 tom Exp $") /*---------------------------------------------------------------------------- This is the core module of the form library. It contains the majority @@ -3556,7 +3556,7 @@ Upper_Neighbor_Field(FIELD *field) | Function : static FIELD *Down_Neighbor_Field(FIELD * field) | | Description : Because of the row-major nature of sorting the fields, -| it's more difficult to define what the down neighbor +| it is more difficult to define what the down neighbor | field really means. We define that it must be on a | 'next' line (cyclic order!) and is the leftmost | field laying on the right side of the given field. If