Package org.fusesource.jansi
-
Class Summary Class Description Ansi Provides a fluent API for generating ANSI escape sequences.Ansi.NoAnsi AnsiConsole Provides consistent access to an ANSI aware console PrintStream or an ANSI codes stripping PrintStream if not on a terminal (see Jansi native CLibrary isatty(int)).AnsiMain Main class for the library, providing executable jar to diagnose Jansi setup.AnsiPrintStream Simple PrintStream holding an AnsiOutputStream.WindowsSupport -
Enum Summary Enum Description Ansi.Attribute Display attributes, also know as SGR (Select Graphic Rendition) parameters.Ansi.Color ANSI 8 colors for fluent APIAnsi.Erase ED (Erase in Display) / EL (Erase in Line) parameter (see CSI sequence J and K)AnsiColors Colors support.AnsiMode Ansi mode.AnsiType Processor type.