The RTT terminal now adds carriage return (\r) to newlines in its terminal output. Before, it ran with a normal newline (\n), which would render the terminal unusable. The reason for such behavior was an implementation detail in the VS Code terminal, which caused each line to be offset by the length of the previous line, instead of restarting its horizontal position.