Skip to content

Commit c2aaada

Browse files
committed
introduce jansi-native
1 parent f9e85d0 commit c2aaada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Description
55

66
[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.
88

99
[![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)
1010

@@ -14,7 +14,7 @@ codes][ansi] to format your console output which works even on windows.
1414
## Features
1515

1616
* 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.
1818
* Strips ANSI escape codes if process output is is being redirected and not
1919
attached to a terminal.
2020
* Easy to use Ansi escape sequence builder API.

0 commit comments

Comments
 (0)