19 lines
446 B
Markdown
19 lines
446 B
Markdown
+++
|
|
date = "2017-05-10"
|
|
tags = ["tmux"]
|
|
title = "tmux-2.4-2byte"
|
|
slug = "tmux"
|
|
+++
|
|
|
|
2byte文字やら全角やらでパッチを当ててるやつ書いてくれてる人がいましたので。
|
|
|
|
http://attonblog.blogspot.jp/2017/04/full-width-tmux-2-4.html
|
|
|
|
```bash
|
|
$ brew tap atton-/customs
|
|
$ brew edit atton-/customs/utf8proc
|
|
$ brew install atton-/customs/utf8proc
|
|
$ brew edit atton-/customs/tmux
|
|
$ brew install --HEAD atton-/customs/tmux
|
|
```
|