Colorful.Console
Colorful.Console copied to clipboard
Missing cursor in .NET console app after exit on Windows 10
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?