From b770a429c63a8e286dbd3939215fbffa59e73d9a Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 15 Aug 2023 07:01:47 +0000 Subject: Add an option menu-selected-style to configure the currently selected menu item, from Alexis Hildebrandt. --- popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'popup.c') diff --git a/popup.c b/popup.c index 2fb6f1fa..38a4c17f 100644 --- a/popup.c +++ b/popup.c @@ -576,7 +576,7 @@ menu: else x = 0; pd->md = menu_prepare(pd->menu, 0, 0, NULL, x, m->y, c, - BOX_LINES_DEFAULT, NULL, NULL, NULL, popup_menu_done, pd); + BOX_LINES_DEFAULT, NULL, NULL, NULL, NULL, popup_menu_done, pd); c->flags |= CLIENT_REDRAWOVERLAY; out: -- cgit v1.2.3