st
simple terminal
git clone https://9o.is/git/st.git
commit 59707e68a5512e52d39106a334f96e63feefbda8 parent 00b3e0068c7472a83b7e81e7c46c12bc14f1bddf Author: mvdan@mvdan.cc <mvdan@mvdan.cc> Date: Wed, 22 Apr 2015 15:08:06 +0200 len assignment is never used Signed-off-by: Daniel Martà <mvdan@mvdan.cc> Diffstat:
| M | st.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/st.c b/st.c @@ -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,