3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

tmux 起動時に出る謎の文字列を消す

Last updated at Posted at 2016-11-26

tmux で .tmux.conf を編集したら以下のような謎の文字列が出るようになった。

^[[?1;0cytakashina@YUYA-SURFACE:~$ 1;0c

.tmux.conf に以下の一行を追加したら直った。

set -g terminal-overrides 'xterm'

実際に使っているときは 256-colors の設定と一緒に書いています。

set-option -g default-terminal screen-256color
set -g terminal-overrides 'xterm:colors=256'
3
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?