27 lines
748 B
Markdown
27 lines
748 B
Markdown
+++
|
|
date = "2017-05-27"
|
|
tags = ["tmux"]
|
|
title = "tmux-2.4-lang-japanese"
|
|
slug = "tmux"
|
|
+++
|
|
|
|
tmux-2.4は日本語周りだいぶおかしいですがpatchを公開してくれている方がいます。助かりますね、ありがとうございます。
|
|
|
|
```bash
|
|
$ brew edit tmux
|
|
|
|
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
|
|
|
|
$ tmux kill-server
|
|
$ brew uninstall tmux
|
|
$ brew install tmux -s
|
|
```
|
|
|
|
https://gist.github.com/utahta/6f14dc33ec0700f3f2f224e0ce84c772
|
|
|