more bot() tinkering

This commit is contained in:
nhmall
2023-11-17 09:47:39 -05:00
parent a46c71f4c5
commit 0a13d759a3
7 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ curses_status_update(
if (fldidx != BL_FLUSH) {
if (fldidx < 0 || fldidx >= MAXBLSTATS) {
gc.context.botlx = gc.context.botl = FALSE; /* avoid bot() */
/* panic immediately sets gb.bot_disabled to avoid bot() */
panic("curses_status_update(%d)", fldidx);
}
changed_fields |= (1 << fldidx);