File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
## Description
5
5
6
6
[ Jansi] [ Jansi ] is a small java library that allows you to use [ ANSI escape
7
- codes] [ ansi ] to format your console output which works even on windows .
7
+ codes] [ ansi ] to format your console output which works even on Windows .
8
8
9
9
[ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.fusesource.jansi/example.svg?label=Maven%20Central )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.fusesource.jansi%22%20a%3A%22jansi%22 )
10
10
@@ -14,7 +14,7 @@ codes][ansi] to format your console output which works even on windows.
14
14
## Features
15
15
16
16
* Implements ANSI escape colorization/handling that is missing on the Windows
17
- platform.
17
+ platform, using integrated [ Jansi-native ] ( https://github.com/fusesource/jansi-native ) library .
18
18
* Strips ANSI escape codes if process output is is being redirected and not
19
19
attached to a terminal.
20
20
* Easy to use Ansi escape sequence builder API.
You can’t perform that action at this time.
0 commit comments