In the Ansi.java file line 44 there is a System.console() != null condition to only generate color escape sequences if a terminal is connected. Could you please introduce an option to force colorful output unconditionally? That would produce colorful output also withhin less (see lesspipe.org)
In the Ansi.java file line 44 there is a
System.console() != nullcondition to only generate color escape sequences if a terminal is connected. Could you please introduce an option to force colorful output unconditionally? That would produce colorful output also withhin less (see lesspipe.org)