LoginSignup
3
0

More than 3 years have passed since last update.

tmuxのペイン分割線で文字が隠れてしまう問題の対処法

Last updated at Posted at 2020-04-25

問題

tmuxのペイン分割線が破線となり文字が隠れてしまう。
具体的には、下図のように、右側のペインにおいてabcdeという文字の出力がbcdeとなる。(aの文字が隠れてしまっている)

出力例

before.png

環境

  • Windows 10 1909
  • Ubuntu-18.04 on Windows Subsystem for Linux
  • mintty 3.1.0 (wsltty 3.1.0.2)
  • tmux 2.6

対処法

~/.tmux.confに以下の設定を追記する

~/.tmux.conf
set -ag terminal-overrides ",*:U8=0"

出力例

after.png

参考

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0