Special characters are broken.
shlee625 opened this issue · 5 comments
That's weird. Can you provide what terminal emulator and font you are using?
That's weird. Can you provide what terminal emulator and font you are using?
Sure thing. I use iTerm2 v3.3.5 on OS X 10.14.5 and the tmux version is 2.9a.
I tried two fonts: 'Hack', and 'Droid Sans Mono for Powerline'.
Only two extra lines are added to your iceberg.tmux.conf to enable 256 colors:
set -g terminal-overrides ",xterm-256color:Tc"
set -g default-terminal "screen-256color"
I think the problem is in the font. Can you try one of nerd fonts? There are both Hack and Droid Sans Mono variants.
I think the problem is in the font. Can you try one of nerd fonts? There is both Hack and Droid Sans Mono variants.
Great! Thanks for your help. The problem has been solved.
By the way, it would be great if you add this issue to README.md to let people know.
Thank you again for this nice work!
Yes, I'm already on it. Thanks for using!