Idk bro gl tho 👍
Edit: Thought this would be helpful because it would help the post gain popularity through the algorithm guess I won’t do it anymore.
In retrospect I can imagine checking your inbox excitedly just to see this answer…
Yes. I have helped people install software over discord and they don’t know what a OS is.
Looks pretty cool ngl.
Can confirm.
Im pretty sure its because of char 13 (carriage return). This char sets cursor to the start of the line overwriting whatever was printed there (in most terminals). I belive that some error messages use this char and when you print something the char at the begining or end of the error message overwrites your message. A workaround is simply printing a newline after or before your message.