CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2015/10/26 17:16:18
Modified files: usr.bin/tmux : server-client.c Log message: 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.