aboutsummaryrefslogtreecommitdiff
path: root/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'input.c')
-rw-r--r--input.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/input.c b/input.c
index cb8c4e52..df387dad 100644
--- a/input.c
+++ b/input.c
@@ -1201,10 +1201,6 @@ input_csi_dispatch(struct input_ctx *ictx)
screen_write_mousemode_on(
&ictx->ctx, MODE_MOUSE_STANDARD);
break;
- case 1001:
- screen_write_mousemode_on(
- &ictx->ctx, MODE_MOUSE_HIGHLIGHT);
- break;
case 1002:
screen_write_mousemode_on(
&ictx->ctx, MODE_MOUSE_BUTTON);