Skip to content
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

Combining character not appearing over mosh (but it does over ssh) #1301

Closed
mml opened this issue Nov 27, 2023 · 3 comments
Closed

Combining character not appearing over mosh (but it does over ssh) #1301

mml opened this issue Nov 27, 2023 · 3 comments
Labels

Comments

@mml
Copy link

mml commented Nov 27, 2023

Going from Macbook Air (Sonoma 14.1) running 1.4.0
to amd64 workstation (Debian 12 Bookworm) running 1.4.0

Terminal emulator is iTerm2 3.4.21

Over ssh...
image

Over mosh...
image

The character in this example is U+20F0 COMBINING ASTERISK ABOVE if that makes a difference.

Cut-and-paste friendly repro: perl -le 'binmode STDOUT, ":utf8"; print "({Kleene star} \x{20f0})"'

@achernya
Copy link
Collaborator

What is the value of $TERM in both cases? My suspicion is this is wcwidth not knowing this character under mosh.

@mml
Copy link
Author

mml commented Nov 27, 2023

What is the value of $TERM in both cases? My suspicion is this is wcwidth not knowing this character under mosh.

It's xterm-256color in all cases (including on the local Mac).

@achernya
Copy link
Collaborator

Yeah it's probably wcwidth then. Probably a duplicate of #1001 and friends.

@achernya achernya closed this as not planned Won't fix, can't repro, duplicate, stale Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants