If a mouse event has no key binding, pass it through to the pane it
authornicm <nicm@openbsd.org>
Mon, 26 Oct 2015 23:16:18 +0000 (23:16 +0000)
committernicm <nicm@openbsd.org>
Mon, 26 Oct 2015 23:16:18 +0000 (23:16 +0000)
commita8e46e1c37e1d163d3d5316251f983e4f3f06489
tree6ca8fdbfd60387ea5bb78611b868f44b3d2c67d0
parent04ae63e4c78be59675317400f9a69ac977eb5bc6
If a mouse event has no key binding, pass it through to the pane it
happened in, not the active pane like normal key presses. Fixes problems
seen by Enrico Ghirardi.
usr.bin/tmux/server-client.c