summaryrefslogtreecommitdiff
path: root/x.c
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-01 09:40:53 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-01 09:40:53 -0400
commit689add8aad04680b3882e08583ba9cbb7d91ca88 (patch)
tree4675be0ce959e69adad9377a2140167259002724 /x.c
parente7db668a0ace9a0c2a21f2fa1fe4531c0c15ce0f (diff)
middle click pastes selection again
Diffstat (limited to 'x.c')
-rw-r--r--x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x.c b/x.c
index 1ee015e..93ba648 100644
--- a/x.c
+++ b/x.c
@@ -678,7 +678,7 @@ brelease(XEvent *e)
}
if (e->xbutton.button == Button2)
- clippaste(NULL);
+ selpaste(NULL);
else if (e->xbutton.button == Button1)
mousesel(e, 1);
}