blob: d90329ca46ab3312be6507c5d881e797a9446ba8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- x.c
+++ x.c
@@ -643,7 +643,7 @@ brelease(XEvent *e)
return;
}
- if (e->xbutton.button == Button2)
+ if (e->xbutton.button == Button3)
selpaste(NULL);
else if (e->xbutton.button == Button1)
mousesel(e, 1);
|