* usr/share/byobu/keybindings/mouse.tmux.disable,

usr/share/byobu/keybindings/mouse.tmux.enable: LP: #1514377
  - use tmux 2.1's new 'mouse' option
This commit is contained in:
Dustin Kirkland 2016-01-14 09:48:24 +02:00
commit 24ac917fba
3 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View file

@ -1,6 +1,8 @@
byobu (5.102) unreleased; urgency=medium
* UNRELEASED
* usr/share/byobu/keybindings/mouse.tmux.disable,
usr/share/byobu/keybindings/mouse.tmux.enable: LP: #1514377
- use tmux 2.1's new 'mouse' option
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 14 Jan 2016 08:55:27 +0200

View file

@ -3,4 +3,5 @@ set -g mouse-select-pane off
set -g mouse-select-window off
set -g mode-mouse off
set -g mouse-utf8 off
set -g mouse off
bind-key -n M-F12 source $BYOBU_PREFIX/share/byobu/keybindings/mouse.tmux.enable \; display-message "Mouse: OFF"

View file

@ -3,4 +3,5 @@ set -g mouse-select-pane on
set -g mouse-select-window on
set -g mode-mouse on
set -g mouse-utf8 off
set -g mouse on
bind-key -n M-F12 source $BYOBU_PREFIX/share/byobu/keybindings/mouse.tmux.disable \; display-message "Mouse: ON"