When you enter a command into the console in Quake-based engines (such as *Source and Xonotic) and terminals, it prints the command out first so that it's clear what output came from which command. Example:
...
] sv_examplecmd
Example output
Often I find the Teeworlds console output confusing, as there is no indication where the output comes from. This PR just prints out the command prefixed with a >
before it gets run, except if you're entering the rcon password or rcon s...