Remove support for the continuous reporting "any" mouse mode which never

really worked properly and is rarely used.
This commit is contained in:
nicm
2014-08-09 07:33:37 +00:00
parent b8b00aad5d
commit 1ac96200a7
5 changed files with 5 additions and 16 deletions

View File

@@ -647,7 +647,7 @@ server_client_reset_state(struct client *c)
*/
mode = s->mode;
if ((c->tty.mouse.flags & MOUSE_RESIZE_PANE) &&
!(mode & (MODE_MOUSE_BUTTON|MODE_MOUSE_ANY)))
!(mode & MODE_MOUSE_BUTTON))
mode |= MODE_MOUSE_BUTTON;
/*