csi: SGR mouse tracking *is* implemented

This commit is contained in:
Daniel Eklöf 2019-07-05 15:58:02 +02:00
parent fd25018cdd
commit b9bd637021
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

1
csi.c
View file

@ -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;