msknathan / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 0 forks source link

Mouse handling doesn't work correctly (Where PuTTY does) #395

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open an SSH connection to a server with tmux
2. Enable mouse mode, with selection and scrolling in tmux 
3. Try to scroll
4. Garbage characters are outputted and actions don't behave correctly

What is the expected output? What do you see instead?

Mouse should scroll and screens should be reliably selected. Notably PuTTY 
(tested v0.62) works correctly and as expected.

What versions of mintty, Cygwin/MSYS, and Windows are you using?

mintty 1.1.3
Cygwin 1.7
Windows 8 x64

Please provide any additional information below.

Possibly related to xterm utf8 mouse handling, however explicitly enabling or 
disabling it in tmux simply results in different garbage characters.

Original issue reported on code.google.com by clickher...@gmail.com on 2 Jul 2013 at 12:17

GoogleCodeExporter commented 9 years ago
Not just scrolling, but also clicking to select panes produces garbage (and 
only occasionally selects the targeted pane).

Original comment by fix...@gmail.com on 5 Nov 2013 at 4:19

GoogleCodeExporter commented 9 years ago
scrolling with the mousewheel for me changes to previous/next tmux window in 
addition to performing the scroll action which is quite annoying.

Original comment by micah.b...@eternalsword.com on 10 Dec 2013 at 8:28

GoogleCodeExporter commented 9 years ago
I am experiencing the same issue with tmux running in cygwin. (No need to ssh 
to a machine with tmux).  Note: tmux 1.8 can be built for cygwin.  I have some 
instructions here: 
https://github.com/darcyparker/my_dotfiles/blob/master/platforms/cygwin/tmux.pla
tform.conf.dot_symlink

Original comment by darcypar...@gmail.com on 13 Dec 2013 at 8:11

GoogleCodeExporter commented 9 years ago
I can add that I have the same problem with mouse-mode turned off in tmux but 
I'm using vim (with mouse turned on in vim)

I don't have this problem with PuTTY and I don't have this problem without tmux

I hope this information helps.

Original comment by jonbarn...@gmail.com on 23 Apr 2014 at 7:55

GoogleCodeExporter commented 9 years ago
Same issue here with windows 7 64bits conemu/babun/cygwin

Original comment by elmanc...@gmail.com on 20 Jun 2014 at 10:12

GoogleCodeExporter commented 9 years ago
I had the same problem until I increased escape-time in tmux.conf to around 10 
(was set to zero). Check your tmux.conf file.

Original comment by jpflou...@gmail.com on 13 Nov 2014 at 12:50

GoogleCodeExporter commented 9 years ago
Likely to be related with issue #366.
Please retest with cygwin 1.7.34-6 which fixes an issue that might well be 
related to this one. (Cf. 
https://cygwin.com/ml/cygwin-developers/2014-11/msg00000.html)

Original comment by towom...@googlemail.com on 17 Feb 2015 at 1:08

GoogleCodeExporter commented 9 years ago
1.7.35 and it's still broken :(

Original comment by Spook...@gmail.com on 22 Mar 2015 at 5:07