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
len assignment is never used
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
master
mvdan@mvdan.cc
9 years ago
committed by
Roberto E. Vargas Caballero
parent
4f21c41a1c
commit
190b94c7a2
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
st.c
+ 0
- 1
st.c
View File
@ -860,7 +860,6 @@ mousereport(XEvent *e) {
+
(
(
state
&
ControlMask
)
?
16
:
0
)
;
}
len
=
0
;
if
(
IS_SET
(
MODE_MOUSESGR
)
)
{
len
=
snprintf
(
buf
,
sizeof
(
buf
)
,
"
\033
[<%d;%d;%d%c
"
,
button
,
x
+
1
,
y
+
1
,
Write
Preview
Loading…
Cancel
Save