-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
windows version 'ssh' does not have mouse support (while WSL version of ssh does) #4973
Comments
This is a bug in Windows OpenSSH. It is fixed in version 8. |
I have version 8.1.0.1 (windows 10) and I have this bug unfortunately. |
@fejjj you may be seeing PowerShell/Win32-OpenSSH#1990 or PowerShell/Win32-OpenSSH#1863, or something else from their repo. IIRC, mouse support is dependent on the OS version, and I'm not sure which Windows 10 versions actually included the mouse support in conpty. |
Ok, thank you. The tickets you referenced had a more recent conhost
version than mine, so I guess that is indeed the problem. Do you know
whether it's possible to update conhost without upgrading the whole OS?
Message ID: ***@***.***>
… |
It's possible to replace conhost.exe in C:\Windows\System32 with a newer version. That said, don't do it, because you risk breaking the OS permanently that way. Upgrading Windows would be a lot safer. |
I wonder where I could source a newer version of conhost. This is just a
home pc, no problem to restore windows if I break it. But it is not
compatible with Windows 11 so upgrading is probably out of the question.
…On Mon, Jan 8, 2024 at 9:09 AM Leonard Hecker ***@***.***> wrote:
It's possible to replace conhost.exe in C:\Windows\System32 with a newer
version. That said, don't do it, because you risk breaking the OS
permanently that way. Upgrading Windows would be a lot safer.
—
Reply to this email directly, view it on GitHub
<#4973 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJKCXCT3WOUZ5PTDCUKAMHTYNQDYZAVCNFSM4LOC4USKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBYGEYTSMZWGU4A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Environment
Microsoft Windows NT 10.0.18363.0
Windows Terminal 0.10.761.0
OpenSSH for Windows
Steps to reproduce
tmux
withset -g mouse on
in its confExpected behavior
Mouse support should work. (I tried ssh from my Debian WSL and it works)
Actual behavior
Mouse support does not work, if I use OpenSSH that comes with Windows.
The text was updated successfully, but these errors were encountered: