tmux-2.4 で日本語の様子がおかしい問題の対策 for mac
tmux/tmux#873 https://github.com/tmux/tmux/commit/55cd4c7bc756509f241788f7f73676676ef538f6
Apply patch
$ brew edit tmux
and add below
def patches
[
"https://gist.githubusercontent.com/utahta/6f14dc33ec0700f3f2f224e0ce84c772/raw/fd87552e02f75013d65783493247315ca1754e8e/tmux-2.4-input.patch",
"https://gist.githubusercontent.com/utahta/6f14dc33ec0700f3f2f224e0ce84c772/raw/fd87552e02f75013d65783493247315ca1754e8e/tmux-2.4-screen-write.patch",
]
end
Reinstall tmux
$ tmux kill-server
$ brew uninstall tmux
$ brew install tmux -s
同じ現象でここ数週間悩んでいました。非常に助かります!