native xterm scrolling with mouse

2012-09-19 Thread Sergey Naumov
Hello. I have decided to try tmux as GNU screen replacement and wonder if there is a way to scroll with mouse as in xterm? It is possible to enable native xterm scrolling with Shift + PageUp in tmux by set -g terminal-overrides 'xterm*:smcup@:rmcup@' But this does not work for mouse. I have opt

Re: native xterm scrolling with mouse

2012-09-19 Thread Thomas Adam
On Wed, Sep 19, 2012 at 01:37:59PM +0400, Sergey Naumov wrote: > Is it possible to enable native xterm mouse scrolling while in tmux? > What I actually want is to use xterm mouse scrolling by default and > use mouse in tmux-like way only when I have entered to copy-mode by > keyboard shortcut. Don

Re: native xterm scrolling with mouse

2012-09-19 Thread Sergey Naumov
2012/9/19 Thomas Adam : > On Wed, Sep 19, 2012 at 01:37:59PM +0400, Sergey Naumov wrote: >> Is it possible to enable native xterm mouse scrolling while in tmux? >> What I actually want is to use xterm mouse scrolling by default and >> use mouse in tmux-like way only when I have entered to copy-mode

Re: native xterm scrolling with mouse

2012-09-19 Thread Thomas Adam
On Wed, Sep 19, 2012 at 09:19:35PM +0400, Sergey Naumov wrote: > 2012/9/19 Thomas Adam : > > On Wed, Sep 19, 2012 at 01:37:59PM +0400, Sergey Naumov wrote: > >> Is it possible to enable native xterm mouse scrolling while in tmux? > >> What I actually want is to use xterm mouse scrolling by default