From 5a4b2fd68c19be99d37b2a3dc9d0bfd7959d1843 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 9 Sep 2021 06:57:48 +0000 Subject: Fix parsing of aliases again (GitHub issue 2842), also make argument parsing a bit simpler and fix the names of some client flags. --- menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'menu.c') diff --git a/menu.c b/menu.c index 7fb1996b..d7094f89 100644 --- a/menu.c +++ b/menu.c @@ -381,7 +381,7 @@ menu_prepare(struct menu *menu, int flags, struct cmdq_item *item, u_int px, cmd_find_copy_state(&md->fs, fs); screen_init(&md->s, menu->width + 4, menu->count + 2, 0); if (~md->flags & MENU_NOMOUSE) - md->s.mode |= MODE_MOUSE_ALL; + md->s.mode |= MODE_MOUSE_BUTTON; md->s.mode &= ~MODE_CURSOR; md->px = px; -- cgit v1.2.3