crystal-loot / nox

Procfile-based process manager written in Crystal
MIT License
17 stars 2 forks source link

Multiple output on carriage return #2

Closed jwoertink closed 1 year ago

jwoertink commented 2 years ago

Screenshot from 2022-04-18 16-35-09

I haven't looked at the code, but I'm assuming the spinner prints \r which will return the writer to the beginning of the line to draw a new line (thus making it look animated). In the case of Nox, it seems to just re-print \n.