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

ANSI not used when using eclipse 2022-09 #26

Open
coehlrich opened this issue Sep 14, 2022 · 1 comment
Open

ANSI not used when using eclipse 2022-09 #26

coehlrich opened this issue Sep 14, 2022 · 1 comment

Comments

@coehlrich
Copy link

Eclipse 2022-09 introduced support for ANSI which isn't currently being detected for the DumbTerminal.

@stephan-gh
Copy link
Member

Are you aware of a reliable way to detect the newer Eclipse versions at runtime?

This is usually hard to do, and the current implementations prefers disabling features (e.g. ANSI colors) rather than producing a mess if the terminal does not interpret the ANSI codes.

You can use the system properties (e.g. -Dterminal.ansi=true) to override the automatic detection.

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