Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

While closing AnsiPrintStream terminal reset should not be send to parent PrintStream directly #107

Closed
slachiewicz opened this issue Feb 27, 2018 · 0 comments
Assignees

Comments

@slachiewicz
Copy link
Contributor

Steps to reproduce (credits to Guillaume Boué/Maven Dev mailing list):

run mvn org.apache.maven.plugins:maven-archetype-plugin:3.0.1:generate -V
At the end will be printed two ESC[0m

in org.fusesource.jansi.AnsiPrintStream#close there call to parent PrintStream, but should be changed to pass via org.fusesource.jansi.FilterPrintStream#filter to apply filters in org.fusesource.jansi.AnsiPrintStream#filter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants