M_MENU
COL_PIXVIS, view_mode == SINGLE_VIEW && menu->type == M_MENU,
if (menu->type == M_MENU) {
if (view_mode != SINGLE_VIEW || child->type != M_MENU)
struct menu rootmenu = { .type = M_MENU };
if (menu->type == M_MENU)
case M_MENU:
menu_add_entry($2, M_MENU);
menu_add_entry(NULL, M_MENU);
case M_MENU: