-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Garbage on init and mouse clicks broken #17
Comments
Here's a clue: https://code.google.com/p/mintty/issues/detail?id=395#c6 (I'm also using cygwin/mintty etc) I'm guessing the mouse events are simulated using escape keys? A workaround is to set the escape time to a non-zero value:
Though, when I set it to 10, I still see the symptoms when clicking, just not as often. I can live with it. |
Hey, That way, we fixed the issue for all cygwin users - what do you say? |
I'm experiencing this issue using tmux on remote hosts. Can a remote host tell that I'm using cygwin? Not sure if this issue exists for local cygwin tmux sessions. |
My experience and access to Cygwin are really limited. I'm not sure I know the answer to that. Can you please update this thread if you find more? |
I don't suspect this is a tmux-sensible problem per se, but just looking for help. When I run tmux, I get a prompt that looks like this:
If I click my mouse, something that looks like this is printed to the console:
If I comment out these lines in the sensible plugin, then I have no problems:
https://github.com/tmux-plugins/tmux-sensible/blob/master/sensible.tmux#L76-L79
Any ideas why these lines would cause this behavior? My tmux.conf is blank except for the sensible, yank,and copycat plugins.
The text was updated successfully, but these errors were encountered: