1
0
hugo/content/blog/2017-05-10-tmux.md

19 lines
446 B
Markdown
Raw Normal View History

2024-04-23 13:21:26 +00:00
+++
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
```