commit 0fe8cf49c45f464f7aac4f687021dc480e6bfe4c parent 395bf04f90459da09e1d0b8882432683bbfe48e5 Author: Matthew Carlson <matt@mcarlson.xyz> Date: Fri, 2 Jul 2021 16:26:02 +0000 Merge branch 'rclickpaste' into st Diffstat:
M | x.c | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/x.c b/x.c @@ -497,6 +497,9 @@ bpress(XEvent *e) selstart(evcol(e), evrow(e), snap); } + + if (e->xbutton.button == Button3) + selpaste(NULL); } void