aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-xlib.c')
-rw-r--r--src/window-xlib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window-xlib.c b/src/window-xlib.c
index 0d1fe4f..eee7157 100644
--- a/src/window-xlib.c
+++ b/src/window-xlib.c
@@ -1090,6 +1090,9 @@ static int runes_window_handle_builtin_button_press(
runes_window_paste(t, e->time);
return 1;
break;
+ case Button3:
+ runes_window_update_selection(t, e->x, e->y);
+ break;
case Button4:
runes_window_visible_scroll(t, t->config->scroll_lines);
return 1;