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;