Re: Key modifier for mouse mode

2011-12-14 Thread Dustin Kirkland
On Wed, Dec 14, 2011 at 2:04 AM, Nicholas Marriott wrote: > The shift-mouse behaviour is nothing to do with tmux, it is a function > of the terminal itself - tmux can't control it. > > All tmux can do is turn whether it receives the mouse escape sequences > on and off, which in most terminals cont

Re: Key modifier for mouse mode

2011-12-14 Thread Nicholas Marriott
Hi The shift-mouse behaviour is nothing to do with tmux, it is a function of the terminal itself - tmux can't control it. All tmux can do is turn whether it receives the mouse escape sequences on and off, which in most terminals controls what happens when shift isn't pressed. On Tue, Dec 13, 20

Key modifier for mouse mode

2011-12-13 Thread Dustin Kirkland
I'm fairly well acquainted with the mouse options for tmux: set-option -g mouse-select-pane on set-option -g mouse-resize-pane on set-option -g mouse-select-window on set-window-option -g mode-mouse on I'm also aware that pressing -mouse while the above are turned on will cause the mouse actio