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.12k stars 139 forks source link

Colors doesn't apply to URIs #101

Closed stanbar closed 3 years ago

stanbar commented 6 years ago

Hello. I'm facing with problem, that the color is not applied to URIs code: Image1 output: Image2

gnodet commented 3 years ago

Jansi does not do anything related to URL, so I don't think the problem comes from Jansi. Please reopen after testing with 2.0.x if needed.