Allow attributes in menu style, from Japin Li in GitHub issue 4194.

This commit is contained in:
nicm
2024-10-17 17:10:41 +00:00
parent 934035db71
commit cfd3c02306
2 changed files with 0 additions and 4 deletions

1
menu.c
View File

@ -453,7 +453,6 @@ menu_set_style(struct client *c, struct grid_cell *gc, const char *style,
gc->bg = sytmp.gc.bg;
}
}
gc->attr = 0;
}
struct menu_data *