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 Thread test to run test in additional thread #123

Closed slachiewicz closed 6 years ago

slachiewicz commented 6 years ago

correct Thread().run() to Thread().start()

corrected to restore original status before test

slachiewicz commented 6 years ago

But looks that Ansi.clone() not always works as expected (diffrent issue)