commit 6e7c1be527885b8a144425723ccaaaf49c02cd38 parent 6aec9907d5a198997f0a241b326f889449c248ae Author: Matthew Carlson <matt@mcarlson.xyz> Date: Fri, 2 Jul 2021 16:25:51 +0000 rclickpaste Diffstat:
M | x.c | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/x.c b/x.c @@ -490,6 +490,9 @@ bpress(XEvent *e) selstart(evcol(e), evrow(e), snap); } + + if (e->xbutton.button == Button3) + selpaste(NULL); } void