samoshkin / tmux-config

Tmux configuration, that supercharges your tmux to build cozy and cool terminal environment
2.17k stars 501 forks source link

Weird question marks on the status bar #13

Open neo4u opened 6 years ago

neo4u commented 6 years ago

image

How do I remove this? Also the orange color is a little off-putting. How do I change the color?

aapit commented 6 years ago

I had this too. I then:

Not sure if all these steps were necessary to solve it, but it helped in my case.

DanielRivasMD commented 5 years ago

I am having this same issue. Could you share your 'locale' settings, aapit? Thanks

aapit commented 5 years ago

Sure, @DanielRivasMD - Running locale gives me:

LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=en_US.UTF-8

In a file that I call from .bashrc, I have:

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

I don't think I have anything else out of the ordinary. My dotfiles are here if you'd want to check anything else: https://github.com/aapit/dotfiles

Good luck.