DECSC in tmux vs xterm

2011-12-14 Thread George Nachman
I've noticed that there's a slight difference in how the DECSC/DECRC codes work in tmux vs. xterm. tmux is compatible with how screen works, so it very well may be intentional, but I want to be sure, since xterm is sometimes considered the canonical implementation of a terminal. In tmux, the DECSC

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