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

Unicode support in tmux #3358

Closed
benknoble opened this issue Feb 19, 2020 · 3 comments
Closed

Unicode support in tmux #3358

benknoble opened this issue Feb 19, 2020 · 3 comments

Comments

@benknoble
Copy link

My prompt string uses some unicode characters (Knoble @ macaroon ∈ ~ +λ ). In Alacritty, these render just fine (assuming the font supports them).

However, in tmux in Alacritty, the render as _—vim and others know that these are the correct characters (as a quick ga confirms), but they render completely wrong.

Not sure if this relates to #306

System

OS: macOS
Version: alacritty --version output

alacritty 0.4.1 (4d9253b)
@kchibisov
Copy link
Member

it seems like a dup of #2837 , so you end up with a bad locale in tmux.

@benknoble
Copy link
Author

@kchibisov yeah, it's definitely the locale. Unfortunate that macOS sets this well in Terminal.app and Alacritty doesn't, but I've set it manually for now

@kchibisov
Copy link
Member

Closing as duplicate of #2566

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants