-
Notifications
You must be signed in to change notification settings - Fork 746
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
mosh can't show "\u2699" #582
Comments
Mosh is just using your system's libc (and the current locale) to determine whether a character is printable or not. GNU libc has this character, but OS X does not have as recent a version of Unicode. You can check with this program: http://web.mit.edu/keithw/Public/wcwidthtest.c With glibc (on Linux), and filling in
and Mosh does display the character properly. See also #478 We have some general plans to fix this in the future by shipping our own Unicode tables (or deriving them from the client's terminal), but for now your best bet may be to file a radar bug with Apple and ask them to update. |
A reasonable fix for mobile-shell#582
The character "\u2699" looks like this: ⚙, a symbol used to indicate the existence of a background job in my favourite zsh theme agnoster, which in local terminal, should looks like this:
And nothing shows up at mosh terminal.
The text was updated successfully, but these errors were encountered: