This commit is contained in:
Ashish Kumar Yadav 2023-06-13 03:47:14 +05:30
parent af12faf1f4
commit 6640a36645
1 changed files with 1 additions and 1 deletions

2
st/x.c
View File

@ -717,7 +717,7 @@ brelease(XEvent *e)
return;
if (btn == Button1)
mousesel(e, 1);
else if (e->xbutton.button == Button3)
else if (btn == Button3)
plumb(evcol(e), evrow(e), xsel.primary);
}