.Net
Is there a way to write a line the length of the buffer without making a new line below
I’m trying to write a string of text that is the width of the buffer (and window) using Console.Write(). The problem is that when the string reaches the buffer width, it’ll make a new line, Read more…