We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm double-posting my SO question https://superuser.com/q/1803653/162491 here in case this happens to be a known bug/issue:
I'm trying to get mosh.org work on Windows with truecolor (24-bit) support. Mosh includes truecolor support since version 1.4. However:
Then I tried to compile Mosh 1.4 from source on WSL. It compiled just fine:
% mosh --version mosh 1.4.0 [build mosh-1.4.0-19-g1105d48]
I have COLORTERM=truecolor set. Truecolor support works locally within Windows Terminal, tested with https://github.com/termstandard/colors.
COLORTERM=truecolor
I also have
% cat ~/.ssh/config SendEnv COLORTERM
so that the variable propagates to the remote system.
When connecting via ssh, truecolor support works. But when connecting via mosh 1.4 (and also 1.3.2), truecolor still doesn't work.
Any ideas how to debug the problem further?
The text was updated successfully, but these errors were encountered:
What version of mosh is on your server? Both client and server need to be updated to 1.4.0 or newer.
Sorry, something went wrong.
Ah, I didn't realize that, that's for sure the problem. Thanks!
Works 👍
No branches or pull requests
I'm double-posting my SO question https://superuser.com/q/1803653/162491 here in case this happens to be a known bug/issue:
I'm trying to get mosh.org work on Windows with truecolor (24-bit) support. Mosh includes truecolor support since version 1.4. However:
Then I tried to compile Mosh 1.4 from source on WSL. It compiled just fine:
I have
COLORTERM=truecolor
set. Truecolor support works locally within Windows Terminal, tested with https://github.com/termstandard/colors.I also have
so that the variable propagates to the remote system.
When connecting via ssh, truecolor support works. But when connecting via mosh 1.4 (and also 1.3.2), truecolor still doesn't work.
Any ideas how to debug the problem further?
The text was updated successfully, but these errors were encountered: