For me (gnome-terminal, bash, tmux 1.3):

Without tmux:
  scroll-up: ^[[MaXX
  scroll-down: ^[[M`XX
  click: ^[[M XX^[[M#XX (button down & button up events)
   (where XX changes with the mouse position)
tmux one pane:
  exactly the same
tmux multiple panes:
  exactly the same

Not sure what to make of this. Can you reproduce the problem with less?

Best,
 Mika

On Fri, Sep 3, 2010 at 14:51, Florian CROUZAT <gen...@floriancrouzat.net> wrote:
>
> On 3 sept. 2010, at 14:38, Nicholas Marriott wrote:
>
>> what happens if you do printf "\033[?1000h" then cat and scroll the
>> wheel, inside and outside tmux?
>
> With mouse-select-pane on (tmux1.3+Terminal.app+mouseterm: plugin to give 
> Terminal.app mouse support)
>
> Outside tmux:
>        scroll-up: ^[[M`"E^[[M`"E
>        scroll-down: ^[[Ma$>^[[Ma$>
>        click: ^[[M 9=^[[M#9=
>
> Inside tmux (one pane):
>        scroll-up: ^[[M`"C^[[M`"C
>        scroll-down: ^[[Ma"@^[[Ma"@
>        click: ^[[M "?^[[M#"?
>
> Inside tmux (>1 pane):
>        scroll-up: ^[[M`"(^[[M`"(
>        scroll-down: ^[[Ma")^[[Ma")
>        click: ^[[M 2.^[[M#2.
>
> A part of the codes change every time I repeat the `cat' part, cat click = a 
> code, ctrl-C, cat click = a new code.
> So I hope this is info you wanted.
>
>
> -----
> Florian.
> / For security reasons, all text in this mail
>  is double-rot13 encrypted. /
>
>
> ------------------------------------------------------------------------------
> This SF.net Dev2Dev email is sponsored by:
>
> Show off your parallel programming skills.
> Enter the Intel(R) Threading Challenge 2010.
> http://p.sf.net/sfu/intel-thread-sfd
> _______________________________________________
> tmux-users mailing list
> tmux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tmux-users
>
>

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to