X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/ede83bd08b922f2f53264876f6500b564d3c5ef0..8b4cfcea73a37ab6d67c06c69e9af3de304185e3:/st.c?ds=inline 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; } }