When typing a long command in tmux instead of printing to the next line the end of the command shows up at the beginning of the same line.
So instead of
user@computer:~$ aaaaaaaaaaa
aaaaa
this happens
aaaaacomputer:~$ aaaaaaaaaaa
Using the standard terminal everything is fine.