This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Don't report release events for mouse wheel
Signed-off-by: Christoph Lohmann <20h@r-36.net>
master
Balazs Kezes
10 years ago
committed by
Christoph Lohmann
parent
ede83bd08b
commit
ba36d1394b
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
st.c
+ 2
- 0
st.c
View File
@ -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
;
}
}
Write
Preview
Loading…
Cancel
Save