From b9bd637021ee99206d348255cea01427afec6ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 5 Jul 2019 15:58:02 +0200 Subject: [PATCH] csi: SGR mouse tracking *is* implemented --- csi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/csi.c b/csi.c index cf586bd1..fb1e886c 100644 --- a/csi.c +++ b/csi.c @@ -610,7 +610,6 @@ csi_dispatch(struct terminal *term, uint8_t final) break; case 1006: - LOG_WARN("unimplemented: SGR mouse"); term->mouse_reporting = MOUSE_SGR; break;