Problem
Some characters in the terminal at tmux start:
0;10;1cSolution
Change escape-time option value to any non-zero value:
tmux.conf
set -s escape-time 10Some characters in the terminal at tmux start:
0;10;1cChange escape-time option value to any non-zero value:
set -s escape-time 10