Broken background color
See original GitHub issueSymbol with a different color appears after each line break 😦
Code:
Console.Clear();
// Fill background
Console.BackgroundColor = ConsoleColor.Cyan;
for (int i = 0; i < (80 * 25); i++)
Console.Write(" ");
Console.CursorTop = 0;
//
while (true)
{
Console.WriteLine("test!");
Thread.Sleep(1000);
}
But if do not set background color, it’s all right:
Issue Analytics
- State:
- Created 7 years ago
- Comments:31 (29 by maintainers)
Top Results From Across the Web
Broken Background Color - Firefox Browser Add-ons - Mozilla
Download Broken Background Color for Firefox. Fix an Extension!
Read more >Broken Editor Background color #91364 - microsoft/vscode
Broken Editor Background color #91364 ... non-colored backgrounds (white, greys, black), and affects blue backgrounds most significantly.
Read more >HD Broken Color Background Images Free Download
Pngtree provides you with 10774 free hd Broken Color background images, photos, banners and wallpaper. All of these Broken Color background and pictures...
Read more >523136 Broken Color Images, Stock Photos & Vectors
Find Broken Color stock images in HD and millions of other royalty-free stock photos, ... Broken piggy bank with money on color background...
Read more >"Basic CSS: Give a Background Color to a div Element" is ...
"Basic CSS: Give a Background Color to a div Element" is broken - HTML-CSS - The freeCodeCamp Forum.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I checked on real hardware, is the same.
Yes I think so too, it was a low level problem 👍
So I close this now.