From 66bf0333289e88e071f6e3831828ba0175bca9ad Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 17 Oct 2024 17:10:42 +0000 Subject: Allow attributes in menu style, from Japin Li in GitHub issue 4194. --- usr.bin/tmux/menu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/tmux/menu.c') diff --git a/usr.bin/tmux/menu.c b/usr.bin/tmux/menu.c index 10ad6646937..d16e38144ca 100644 --- a/usr.bin/tmux/menu.c +++ b/usr.bin/tmux/menu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: menu.c,v 1.53 2024/08/21 04:17:09 nicm Exp $ */ +/* $OpenBSD: menu.c,v 1.54 2024/10/17 17:10:41 nicm Exp $ */ /* * Copyright (c) 2019 Nicholas Marriott @@ -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 * -- cgit v1.2.3