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.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user