-
Notifications
You must be signed in to change notification settings - Fork 59
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
True color (24-bit) not working #188
Comments
You may be on to something with the version of hterm. Try the "Mosh (dev)" version in the Chrome Web Store, which is newer. I'm going to be pushing hterm-1.80 tonight (in v0.5.5). |
Mosh (dev) v0.5.5 fails to render 24-bit color for me, appearing the same as shown in the original report above. |
They apparently added support in Mosh 1.3.2 (see mobile-shell/mosh#649), and that's the version being used in the latest dev release, but it doesn't seem to be working. Edit: I misread the issue. Support was added since 1.3.2, but as of the time of this writing, no official release has been made with that commit. |
1.3.2 is also what I ran in my ssh+ |
Yeah, there's something else afoot. 24-bit color works in Secure Shell App 0.8.44.1, both via plain ssh and after 'mosh localhost' (with mosh 1.3.2), but does not work connected via Mosh (dev) v0.5.5 -- for me; not sure how @ironiridis got the reduced fidelity results shown in that screenshot. |
Edited my previous statement about mosh 1.3.2. It does not include the true color commit. So this is not expected to work yet. |
Ah yes, it takes a custom build to enable it (which I have). Wish they'd push it out officially soon. |
I wanted to run browsh using Mosh (dev) Chrome app version 1.3.2, but it still does not display glyphs properly: When will the truecolor version be released? |
For anyone looking for a solution to this, I was able to get true color mosh working on my chromebook with crouton. Once crouton is set up, enter the chroot, add the mosh-dev ppa, then I think the crosh shell uses the Secure Shell terminal app, so it's approximately the same experience but there may be some latency since it's now going through the chroot, not sure. I think whatever mosh client is bundled with mosh-chrome is too old or doesn't have true color support enabled. |
Also experiencing this.
@jxyzn How can I do this? |
The easiest method is as @thallada describes. Either add the mosh-dev ppa, or go to the repo and grab the .deb (for me, currently http://ppa.launchpad.net/keithw/mosh-dev/ubuntu/pool/main/m/mosh/mosh_1.3.2+1354-0ppa~ubuntu19.04.1_amd64.deb) and install it. That build is patched for 24-bit color. |
Is it possible to build this app against the mosh master branch rather than the release? It doesn't look like mosh is going to have another release any time soon, if ever and even the ppa suggested by @thallada hasn't been updated since Feb 2019. |
use Secure Shell -- it includes this mosh project now. |
Thanks for this awesome app. I'm having some trouble getting true color support working.
I signed into the same server using mosh-chrome and the Secure Shell app. I used the same true color support test script mentioned here in both.
Secure Shell:
mosh-chrome:
In both terminals,
echo $TERM
returnsxterm-256color
.I noticed that the version of hterm in this repo (1.6.1) is a bit behind the latest version (1.7.8). Maybe upgrading it could resolve this?
The text was updated successfully, but these errors were encountered: