fusesource / jansi

Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.
http://fusesource.github.io/jansi/
Apache License 2.0
1.11k stars 140 forks source link

Fix support for the jansi.graceful property #272

Open Glavo opened 1 year ago

Glavo commented 1 year ago

-Djansi.graceful=false is not working properly after we use AnsiConsoleSupport. This PR fixes related issues.