mattjmorrison / dotfiles

Dotfiles and an install script for easy set up
235 stars 36 forks source link

Remove status-utf8 directive from tmux theme configs #30

Closed dustinfarris closed 8 years ago

dustinfarris commented 8 years ago

Not needed and throws warnings

https://github.com/tmux/tmux/issues/230

JarrodCTaylor commented 8 years ago

Will removing this force everyone to upgrade to the latest version of tmux?

dustinfarris commented 8 years ago

@JarrodCTaylor no. as of v1.0 tmux handles setting utf8 by reading LANG/LC_ALL/LC_CTYPE, which is set in dotfiles. status-utf8 was deprecated, but wasn't removed until v2.2 (the latest version).

https://github.com/tmux/tmux/blob/master/FAQ#L166-L177

JarrodCTaylor commented 8 years ago

👍