TrueColorConsole icon indicating copy to clipboard operation
TrueColorConsole copied to clipboard

Background color of window and writeline background mismatch

Open dotnetshadow opened this issue 4 years ago • 1 comments

Hi there,

Firstly thanks for creating this project. I was testing out the project with the following code:

 private static int Example1a()
        {
            // Console color defaults            
            VTConsole.SetColorBackground(Color.MidnightBlue);
            VTConsole.SetColorForeground(Color.White);

            Console.Clear();
            Console.WriteLine("This is a test");
}

In windows terminal, powershell: But I noticed that the background color of the window and background color of the text aren't the same? Am I doing something wrong? image

image

dotnetshadow avatar Dec 20 '21 04:12 dotnetshadow

Hi,

There are tons of issues as you can see here... could this one be related, I don't know...

Just resizing the window breaks the background color...

uBRui3yBFh

Just tried on the preview version and it isn't any better.

My theory: as things work as intended in regular terminal, I guess the newer terminal still lacks polish.

aybe avatar Dec 25 '21 20:12 aybe