On session start tmux prints `0;10;1c`. See also here: <https://github.com/microsoft/WSL/issues/5931>. This seems to be related to escape-time. In `~/.tmux.conf` ``` set -sg escape-time 10 ``` fixes the issue for me.