1
0
hugo/content/blog/2017-05-10-tmux.md
2024-04-23 22:21:26 +09:00

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
```