From 672ef846fa6e9d3883111bf6baa7b235c5f48691 Mon Sep 17 00:00:00 2001 From: PatR Date: Thu, 4 Aug 2022 14:09:19 -0700 Subject: [PATCH] condition mask option's menu Not related to changes to 'O' but noticed because of those. The menu for selecting which status conditions to include on the status line starts with a special entry for sorting that shouldn't be selected by the select all and toggle all actions. --- src/botl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/botl.c b/src/botl.c index 4c754103e..be7cf8c24 100644 --- a/src/botl.c +++ b/src/botl.c @@ -1093,7 +1093,7 @@ cond_menu(void) menutitle[g.condmenu_sortorder], menutitle[1 - g.condmenu_sortorder]); add_menu(tmpwin, &nul_glyphinfo, &any, 'S', 0, ATR_NONE, - clr, mbuf, MENU_ITEMFLAGS_NONE); + clr, mbuf, MENU_ITEMFLAGS_SKIPINVERT); any = cg.zeroany; Sprintf(mbuf, "sorted %s", menutitle[g.condmenu_sortorder]); add_menu(tmpwin, &nul_glyphinfo, &any, 0, 0,