all repos — st @ ba36d1394b3add5b9d4c174f1443cc312bcc7e09

st (suckless terminal) config

Don't report release events for mouse wheel

Signed-off-by: Christoph Lohmann <20h@r-36.net>
Balazs Kezes rlblaster@gmail.com
commit

ba36d1394b3add5b9d4c174f1443cc312bcc7e09

parent

ede83bd08b922f2f53264876f6500b564d3c5ef0

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M st.cst.c

@@ -829,6 +829,8 @@ oldbutton = 3;

/* MODE_MOUSEX10: no button release reporting */ if(IS_SET(MODE_MOUSEX10)) return; + if (button == 64 || button == 65) + return; } }