-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Hyper doesn't correctly support mouse mode in tmux 2.5 #2020
Comments
experienced this as well with tmux 2.5 running on a mbp 2013. |
👍 |
I am having this exact same issue with Hyper (version 1.4.2) on Windows 10. I'm using Hyper for Windows Subsystem for Linux and can not get the mouse to work correctly at all in tmux within Hyper. It works fine within the WSL Ubuntu terminal emulator (which doesn't have other features that Hyper has). Is there any fix on this? Thanks! |
Same problem with Midnight Commander. So this issue is not specific to tmux, it seems that Hyper just ignores mouse input. In Terminology and GNOME Terminal it works fine. |
It's a huge bummer. I would think this is relatively simple to fix? |
I have serious issues with tmux, like in Visual Mode, selecting things then copying, hyper just hangs. Also, sometimes, the mouse buttons starts typing things. |
Completely ignoring mouse input is a huge issue for me and is really preventing me from using hyper. |
I also have this issue, both with macOS and Debian. It would be great if this could be fixed, as I really enjoy hyper though need tmux. |
Is there any update on this issue ? |
Same problem on OSX with tmux 2.6 and hyper 1.4.8. |
Same problem here. OSX with tmux 2.6 and hyper 1.4.8. |
Hello, is there Any update on this issue ?
2018-03-04 18:40 GMT+00:00 Peter Begle <notifications@github.com>:
… Same problem here. OSX with tmux 2.6 and hyper 1.4.8.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2020 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Acld85meVeKLUG0MT8ylZWlrkQ5B2fvlks5tbDUhgaJpZM4OeoWz>
.
|
Also happens to me. When clicking on a pane in tmux, random characters gets typed in the terminal. Hyper v1.4.8 This issue is the reason why I won't be using Hyper for now. Will wait till this is fixed. Please fix this. Hyper is awesome! |
Running into this. Windows 10 + hyper + tmux |
tmux(V2.1) mouse select pane not working |
same problem. Hyper is awesome for real(except this :( ) |
Can confirm that this still is an issue. |
Still an issue using tmux + zsh in WSL. I am also having scrolling issues when using split panes, or running vim. Scrolling causes the entire terminal output to scroll rather than scrolling within an individual pane or the buffer in vim. |
Still an issue. Hyper is ignoring all mouse inputs. |
+1 |
Works for me. Try hyper 3 |
I have Hyper version 3.0.0 (stable) and it still is not working for me. @pablopunk what exactly is working for you and what settings are you using to get it to work? |
@abid-mujtaba using tmux with mouse works perfectly for me. I can focus splits, resize them, focus window, etc. The only thing that didn't work for me was ALT+mouse to select text in Mac, but it does now with this hyper option |
@pablopunk would you mind sharing your tmux version and a gist of your I am running tmux version 2.6 and have |
I got |
Thanks @pablopunk. I guess, I can try updating to tmux 2.8. It might also be a Windows/WSL thing. If I can impose on you one last time, could you reduce your |
@abid-mujtaba yep, still working. Yeah it's probably due to WSL cause I also had some troubles with it using it with Hyper, maybe even the same as you. Is it working with Windows cmd? |
@pablopunk I wouldn't even know where to begin setting up tmux on Windows cmd. I will gain access to an Arch Linux machine in a couple of days and test it out there. |
@abid-mujtaba I meant that you can use WSL inside cmd. Just run a cmd window and type |
@pablopunk just tried using the default shell in hyper (cmd) and then typed Also, does scrolling work for you, especially inside vim (with or without tmux)? |
@abid-mujtaba it does, I guess it is a problem with WSL then |
@abid-mujtaba @pablopunk When I launch |
@ctataryn |
WSL: midnight commander ( |
Noting I have also experienced this with Hyper on Windows running a WSL Ubuntu. Mouse Mode works fine in the default "bash" (cmd). Presumably a limitation with WSL. Perhaps can be resolved with wsl2 release? |
Hi! btw, I also can't use the mouse when I run vim for Windows without ssh. So since I don't use WSL, I doubt that the issue is related to WSL... |
Any update on this? This is not a WSL problem afaik. Since when I open wsl.exe instead of hyper and create two tmux panes, I can switch between them using mouse. But only in hyper its not working. |
Hi! |
the cursor works fine with windows terminal, wsl and tmux, but failed with hyper. |
I'm getting the same issue on version 3.0.2 of Hyper when trying to use vim in WSL |
@artillect can you try out the canary build once |
@LabhanshAgrawal just tested it out, and it doesn't work in the canary build either |
@artillect can you give some steps to test it |
I can reproduce it on mac os 10.15.7 using vim, can't click anywhere on vim, can't scroll etc. in vimrc
|
I can reproduce it too on mac os 12.5, Hyper 3.3.0. |
Installing tmux-yank fixed my issue for me. |
OSX 10.12.5
Version 1.3.3 (1.3.3.1754)
Is Vanilla
Issue
Mouse mode in tmux 2.5 (stable) does not appear to function.
Steps to reproduce (from clean install of all tools)
brew install tmux
echo "set -g mouse on" >> ~/.tmux.conf
tmux
tmux split-window
Expected behaviour
You should be able to use the mouse to select which pane within the tux session is active.
Actual behaviour
No effect. It does not allow mouse interaction with panes in tmux, and no obvious logging is produced within Hyper to indicate an error.
I've validated this functions as expected in Terminal.app and iTerm with same config and installation steps.
The text was updated successfully, but these errors were encountered: