Xinqi Bao's Git
projects
/
st.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
4f21c41
)
len assignment is never used
author
[email protected]
<
[email protected]
>
Wed, 22 Apr 2015 13:08:06 +0000
(15:08 +0200)
committer
Roberto E. Vargas Caballero <
[email protected]
>
Mon, 27 Apr 2015 08:10:30 +0000
(10:10 +0200)
Signed-off-by: Daniel Martà <
[email protected]
>
st.c
diff
|
blob
|
history
diff --git
a/st.c
b/st.c
index
6c167b5
..
d954288
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-860,7
+860,6
@@
mousereport(XEvent *e) {
+ ((state & ControlMask) ? 16 : 0);
}
+ ((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,
if(IS_SET(MODE_MOUSESGR)) {
len = snprintf(buf, sizeof(buf), "\033[<%d;%d;%d%c",
button, x+1, y+1,