dwmkerr / consolecontrol

ConsoleControl is a C# class library that lets you embed a console in a WinForms or WPF application.
MIT License
723 stars 169 forks source link

Parse ANSI Color Codes #47

Open DefinitelyADev opened 4 years ago

DefinitelyADev commented 4 years ago

The app doesn't show ASCII colored text correctly, but it also doesn't remove the code resulting in unreadable text.

console_bug

ahdung commented 3 years ago

need support color too.