I'm running a Rust server locally that uses the CMD console to display information, but every time new info is added, it overwrites what was previously displayed on the screen. I need the new information to appear after the existing text instead. This issue doesn't occur on my laptop, so I suspect it's a setting on my other PC, but I can't find where to adjust it. Any help would be appreciated!
3 Answers
Try right-clicking on the command prompt title bar and selecting Properties. In the Properties window, look for Edit Options and make sure the Insert Mode is checked. This might help keep your text from getting overwritten.
If your Rust server is running automatically, you might not have control over how the output is formatted. You could check for updates or settings in the server configuration to see if there's a way to adjust this behavior.
It sounds like your output might be using a carriage return (r). This returns the cursor to the start of the line without moving down. If you want to append text instead of overwriting, you probably need to make sure it's using rn for new lines instead.

Related Questions
Can't Load PhpMyadmin On After Server Update
Redirect www to non-www in Apache Conf
How To Check If Your SSL Cert Is SHA 1
Windows TrackPad Gestures