Skip to content

Commit

Permalink
introduce jansi-native
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed May 30, 2020
1 parent f9e85d0 commit c2aaada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Description

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

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

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

* Implements ANSI escape colorization/handling that is missing on the Windows
platform.
platform, using integrated [Jansi-native](https://github.com/fusesource/jansi-native) library.
* Strips ANSI escape codes if process output is is being redirected and not
attached to a terminal.
* Easy to use Ansi escape sequence builder API.
Expand Down

0 comments on commit c2aaada

Please sign in to comment.