From 8f8e81c0c9a39b2977e3b2737d4825ab00bef52a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 15 Jan 2011 00:16:00 +0000 Subject: Mouse highlight mode (1001) requires a program to cooperate so supporting it through tmux is not as easy as this, remove it for now. --- input.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'input.c') 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); -- cgit