0
votes

I am using tmux 3.0 in bash over ssh on CentOS 7. My tmux.conf is fairly simple. It has some bindings and

set-option -g mouse on
set -g focus-events on

I have a fairly large tmux window with 3 vertical panes. When I move the mouse to the right side of the rightmost pane and do something (e.g. scroll with mouse wheel or click to select this pane). The action gets executed on the leftmost pane instead.

This behavior persists if I detach from and reattach to the session. Any ideas what might be causing this and how to fix it?

1
I'd try the same without focus-events to see if it behaves the same or not. focus-events shouldn't affect the basic mouse functionality in panes. It might focus you on what's causing the problem.SHG

1 Answers

2
votes

Terminal emulators which do not support SGR mouse mode will not correctly report any mouse actions to the right of column 227. Is your terminal emulator window wider than this?

Try using a different terminal emulator.