Skip to content

Commit

Permalink
#98 added link to HawtJNI Runtime Library class documentation
Browse files Browse the repository at this point in the history
will ease discovery of the algorithm behind jansi native library
loading, with eventual extraction
  • Loading branch information
hboutemy authored and gnodet committed May 14, 2018
1 parent 0507042 commit b1ef765
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jansi/src/main/java/org/fusesource/jansi/AnsiConsole.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@
* if not on a terminal (see
* <a href="http://fusesource.github.io/jansi/documentation/native-api/index.html?org/fusesource/jansi/internal/CLibrary.html">Jansi native
* CLibrary isatty(int)</a>).
* <p>The native library used is named <code>jansi</code> and is loaded using <a href="http://fusesource.github.io/hawtjni/">HawtJNI</a> Runtime
* <a href="http://fusesource.github.io/hawtjni/documentation/api/index.html?org/fusesource/hawtjni/runtime/Library.html"><code>Library</code></a>
*
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
* @since 1.0
* @see #systemInstall()
* @see #wrapPrintStream(PrintStream, int) wrapPrintStream(PrintStream, int) for more details on ANSI mode selection
* @see #wrapPrintStream(PrintStream, int) wrapPrintStream(PrintStream, int) for more details on ANSI mode selection
*/
public class AnsiConsole {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
* A Windows ANSI escape processor, that uses JNA to access native platform
* API's to change the console attributes (see
* <a href="http://fusesource.github.io/jansi/documentation/native-api/index.html?org/fusesource/jansi/internal/Kernel32.html">Jansi native Kernel32</a>).
* <p>The native library used is named <code>jansi</code> and is loaded using <a href="http://fusesource.github.io/hawtjni/">HawtJNI</a> Runtime
* <a href="http://fusesource.github.io/hawtjni/documentation/api/index.html?org/fusesource/hawtjni/runtime/Library.html"><code>Library</code></a>
*
* @since 1.7
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
Expand Down

0 comments on commit b1ef765

Please sign in to comment.