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

Add aarch64 support, fix #219 #220

Closed lanmaoxinqing closed 2 years ago

lanmaoxinqing commented 2 years ago

Since aarch64 is same as arm64, we can simply reference this arch to arm64.

davsclaus commented 2 years ago

@gnodet I think this is fine to merge

gnodet commented 2 years ago

@gnodet I think this is fine to merge

I'll have a look asap !