Questions tagged [jansi]

Jansi is a small java library that allows you to use ANSI escape codes to format your console output which works even on windows.

Jansi is a small java library that allows you to use ANSI escape codes to format your console output which works even on windows.

See: https://github.com/fusesource/jansi

(description taken from the Github repository of Jansi).

17 questions
-1
votes
1 answer

eclipse - added source .jar overrided by system library?

I tried to add the latest jansi library (1.9) from http://jansi.fusesource.org/ to my eclipse, because the build in library from jansi is not up to date and is missing the "Ansi.ansi().fgBright(Color color)" which was added more than a year ago…
-2
votes
1 answer

Java: Coloring output in Windows

In a program I'm making, I really want to change the color of some words in my output. Thing is, the only solution I've found is Jansi, but honestly I'm very new to Github and this kind of projects and I have no idea about how to import it, or using…
1
2