From ca7ca6393a3df28ab23fbfe92ae6ba0c4929e09c Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 16 Sep 2023 20:16:51 -0400 Subject: [PATCH] add a reminder to comment --- include/botl.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/botl.h b/include/botl.h index 090f54a6e..5fac5773a 100644 --- a/include/botl.h +++ b/include/botl.h @@ -247,6 +247,11 @@ struct hilite_s { }; #endif +/* + * Note: If you add/change/remove fields in istat_s, you need to + * update the initialization of the istat_s struct blstats[][] + * array in instance_globals_b (decl.c). + */ struct istat_s { const char *fldname; const char *fldfmt;