rikvdkleij / intellij-haskell

IntelliJ plugin for Haskell
https://rikvdkleij.github.io/intellij-haskell/
Apache License 2.0
1.31k stars 94 forks source link

Use ANSI escape decoder for command-line output #596

Closed ForNeVeR closed 4 years ago

ForNeVeR commented 4 years ago

This will use IDEA-backed ANSI decoder to decode the escape sequences, so [0m won't be shown to the user.

Closes #585.

rikvdkleij commented 4 years ago

@ForNeVeR Thanks!