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'