X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=st.c;h=79a4e0a0833340c26ea763e045625af64107b837;hp=f48dab45194c2f1767aaddbd263316f486b80e34;hb=ba36d1394b3add5b9d4c174f1443cc312bcc7e09;hpb=ede83bd08b922f2f53264876f6500b564d3c5ef0 diff --git a/st.c b/st.c index f48dab4..79a4e0a 100644 --- a/st.c +++ b/st.c @@ -829,6 +829,8 @@ mousereport(XEvent *e) { /* MODE_MOUSEX10: no button release reporting */ if(IS_SET(MODE_MOUSEX10)) return; + if (button == 64 || button == 65) + return; } }