Class AnsiRenderer

java.lang.Object
org.fusesource.jansi.AnsiRenderer

public class AnsiRenderer extends Object
Renders ANSI color escape-codes in strings by parsing out some special syntax to pick up the correct fluff to use. The syntax for embedded ANSI codes is:
  @|code(,code)* text|@
Examples:
  @|bold Hello|@
  @|bold,red Warning!|@
Since:
2.2