aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-06-05 04:13:45 -0400
committerJesse Luehrs <doy@tozt.net>2016-06-05 04:13:45 -0400
commitaac5a4ab3b5189909b7a3a7d3357072cac7f54da (patch)
treea2dd07595d6d08c5edd9b7d94b2013f8db37183b
parent718024473c5661992f52c339ab1da0981183494c (diff)
downloadrunes-aac5a4ab3b5189909b7a3a7d3357072cac7f54da.tar.gz
runes-aac5a4ab3b5189909b7a3a7d3357072cac7f54da.zip
this should also count as being handled
-rw-r--r--src/window-xlib.c1
1 files changed, 1 insertions, 0 deletions
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);