"cfx>" keeps butting into the console

I’m sure you’ve all seen it before but just ignored it because… who cares right? It’s obnoxious though and very rare this little print works right.

Here’s one example of it happening, but literally any time you type in any command that outputs something, you can expect the timing of “cfx>” to be screwed up and go right in the middle of it.
image

It’s in “fivem-master\code\components\citizen-server-impl\src\TerminalInput.cpp” if anybody more involved wanted to look at it. I would have made an issue or something on the github but I don’t think that’s enabled… so I came here!

Not possible to be fixed without crazily slowing down any other output, or otherwise leading to threading/blocking issues.

I really just plain think it shouldn’t exist anymore TBH. It’d be better to not have anything than something that always screws up your normal output.