Skip to content

Add "\r" at each println to fix the raw terminal display

Just realized that when there were multiple messages, the cursor goes down to the next line but remains on the same column. With the \r, this is fixed.

Merge request reports