Colorful.Console icon indicating copy to clipboard operation
Colorful.Console copied to clipboard

Missing cursor in .NET console app after exit on Windows 10

Open nd1012 opened this issue 2 years ago • 0 comments

Hi,

I call the ResetColor method to reset the console colors on exit, which seems to work so far (while ReplaceAllColorsWithDefaults results in having the console output in some fancy coloring, and I don't know where the colors come from). I'm only missing the blinking cursor, which makes the console not to be useable anymore when I want to navigate the (invisible) cursor to a position after the app exit. Am I missing some reset method to restore the default console cursor?

nd1012 avatar Apr 11 '22 12:04 nd1012