aboutsummaryrefslogtreecommitdiff
path: root/input.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2014-08-09 20:31:36 +0100
committerThomas Adam <thomas@xteddy.org>2014-08-09 20:31:36 +0100
commita131b82e95df990528371b1d9ca40ee2be264fc8 (patch)
tree156ef097c276e22b60581e3058e2661327240869 /input.c
parentfd3b7f357200b85a6f3d6e39bae676c7c70ba082 (diff)
parent1ac96200a7462597b137719b376f40ad0cd85216 (diff)
downloadrtmux-a131b82e95df990528371b1d9ca40ee2be264fc8.tar.gz
rtmux-a131b82e95df990528371b1d9ca40ee2be264fc8.tar.bz2
rtmux-a131b82e95df990528371b1d9ca40ee2be264fc8.zip
Merge branch 'obsd-master'
Conflicts: client.c
Diffstat (limited to 'input.c')
-rw-r--r--input.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/input.c b/input.c
index dc061695..06e940aa 100644
--- a/input.c
+++ b/input.c
@@ -1374,7 +1374,6 @@ input_csi_dispatch_rm_private(struct input_ctx *ictx)
case 1000:
case 1001:
case 1002:
- case 1003:
screen_write_mode_clear(&ictx->ctx, ALL_MOUSE_MODES);
break;
case 1004:
@@ -1451,10 +1450,6 @@ input_csi_dispatch_sm_private(struct input_ctx *ictx)
screen_write_mode_clear(&ictx->ctx, ALL_MOUSE_MODES);
screen_write_mode_set(&ictx->ctx, MODE_MOUSE_BUTTON);
break;
- case 1003:
- screen_write_mode_clear(&ictx->ctx, ALL_MOUSE_MODES);
- screen_write_mode_set(&ictx->ctx, MODE_MOUSE_ANY);
- break;
case 1004:
if (ictx->ctx.s->mode & MODE_FOCUSON)
break;