diff --git a/x.c b/x.c index f20121c..c3106cb 100644 --- a/x.c +++ b/x.c @@ -711,7 +711,9 @@ brelease(XEvent *e) if (mouseaction(e, 1)) return; - if (btn == Button1) + if (btn == Button3) + selpaste(NULL); + else if (btn == Button1) mousesel(e, 1); }