Class WindowsAnsiProcessor

java.lang.Object
org.jline.jansi.io.AnsiProcessor
org.jline.jansi.io.WindowsAnsiProcessor

public final class WindowsAnsiProcessor extends AnsiProcessor
A Windows ANSI escape processor, that uses JNA to access native platform API's to change the console attributes (see Jansi native Kernel32).

The native library used is named jansi and is loaded using HawtJNI Runtime Library

Since:
1.19
Author:
Hiram Chirino, Joris Kuipers