You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my project, I need to have support of standard ANSI escape codes rendering in Xcode (see http://en.wikipedia.org/wiki/ANSI_escape_code). There was a pull request #12 from mkeiser on June 2014 but it wasn't merged.
Is there a reason why not want to make XcodeColors able to understand standard ANSI escape codes?
IMHO there should be no conflict when parsing both current esc[fg...; and standard ANSI simultaneously, isn't it?
The text was updated successfully, but these errors were encountered:
@robbiehanson do you have any plans to fully support standard ANSI codes at all?
Right now, outputting to the Xcode console works fine, but outputting to a file really doesn't do any good...
For my project, I need to have support of standard ANSI escape codes rendering in Xcode (see http://en.wikipedia.org/wiki/ANSI_escape_code). There was a pull request #12 from mkeiser on June 2014 but it wasn't merged.
Is there a reason why not want to make XcodeColors able to understand standard ANSI escape codes?
IMHO there should be no conflict when parsing both current
esc[fg...;
and standard ANSI simultaneously, isn't it?The text was updated successfully, but these errors were encountered: