question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Broken background color

See original GitHub issue

Symbol with a different color appears after each line break 😦

image 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: image

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:31 (29 by maintainers)

github_iconTop GitHub Comments

1reaction
0xF6commented, Dec 19, 2016

I checked on real hardware, is the same. image

0reactions
fanoIcommented, May 31, 2017

Yes I think so too, it was a low level problem 👍

So I close this now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found