From aac5a4ab3b5189909b7a3a7d3357072cac7f54da Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 5 Jun 2016 04:13:45 -0400 Subject: this should also count as being handled --- src/window-xlib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window-xlib.c b/src/window-xlib.c index eee7157..6430a86 100644 --- a/src/window-xlib.c +++ b/src/window-xlib.c @@ -1092,6 +1092,7 @@ static int runes_window_handle_builtin_button_press( break; case Button3: runes_window_update_selection(t, e->x, e->y); + return 1; break; case Button4: runes_window_visible_scroll(t, t->config->scroll_lines); -- cgit v1.2.3-54-g00ecf