Signed-off-by: Daniel Martí <[email protected]>
---
 st.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/st.c b/st.c
index 57cb052..6f236ec 100644
--- a/st.c
+++ b/st.c
@@ -864,7 +864,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,

Reply via email to