Open jsoref opened 3 years ago
Are you suggesting to strip out the codes or having the UI interpret them properly?
There are three choices really:
Offhand, I suspect that the first option is the easiest (possibly a handful of lines of code).
I'll take any of the above.
Summary
Currently, color escapes are partially rendered (most likely the raw color escapes are sent to the web browser which ignores the escape character and shows the rest)
Motivation
This is ugly:
Specifically,
[1;31m
Proposal
Either add support for color parsing, or add enough to suppress color output