You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix mouse support on newer tmux versions
Enabling mouse support has been bundled under a single confugration
option since tmux v2.1.
Include conditional rules to detect the tmux version to use the
corect method to enable mouse support.