radimitrov / CSharpShellApp

77 stars 18 forks source link

Console insert vs overwrite #378

Closed kirk-evans closed 3 weeks ago

kirk-evans commented 1 month ago

If you set the cursor position before text that has already been written, and then write text, it inserts the text rather than overwriting the existing text. I honestly don't know if that is the correct behavior or not. Is the any way to control it? In other words, set the "mode" of Console.Write(some text) to overwrite?

radimitrov commented 3 weeks ago

It shouldn't insert like that and it doesn't appear to happen now. Though it might have at some point. What version of the app are you using? Try updating.

kirk-evans commented 3 weeks ago

Works as expected. Thank you!