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
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
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