aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/st.c b/st.c
index 6c167b5..d954288 100644
--- a/st.c
+++ b/st.c
@@ -860,7 +860,6 @@ mousereport(XEvent *e) {
860 + ((state & ControlMask) ? 16 : 0); 860 + ((state & ControlMask) ? 16 : 0);
861 } 861 }
862 862
863 len = 0;
864 if(IS_SET(MODE_MOUSESGR)) { 863 if(IS_SET(MODE_MOUSESGR)) {
865 len = snprintf(buf, sizeof(buf), "\033[<%d;%d;%d%c", 864 len = snprintf(buf, sizeof(buf), "\033[<%d;%d;%d%c",
866 button, x+1, y+1, 865 button, x+1, y+1,