diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-01-21 23:56:11 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-01-21 23:56:11 +0000 |
commit | 332bfbf27330a87c1a7f2bc974032cf18a058328 (patch) | |
tree | abf2f409852b782da6005d1df969bfba0a166fcd /input.c | |
parent | 7a68cff1db39e8a28ad95cb00edf555a2b9a56b3 (diff) | |
download | rtmux-332bfbf27330a87c1a7f2bc974032cf18a058328.tar.gz rtmux-332bfbf27330a87c1a7f2bc974032cf18a058328.tar.bz2 rtmux-332bfbf27330a87c1a7f2bc974032cf18a058328.zip |
Sync OpenBSD patchset 845:
Mouse highlight mode (1001) requires a program to cooperate so
supporting it through tmux is not as easy as this, remove it for now.
Diffstat (limited to 'input.c')
-rw-r--r-- | input.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,4 +1,4 @@ -/* $Id: input.c,v 1.113 2011-01-07 14:34:45 tcunha Exp $ */ +/* $Id: input.c,v 1.114 2011-01-21 23:56:11 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -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); |