Recent compilers and test tools sometimes emit colored messages. When watching logs in the colorbox, handle ANSI escape sequences in order to provide colored output.
Initial ideas in pull request #43. Using HTML just to improve the behavior of the colorbox is a bit hackish, but with colorization in mind it makes more sense.
Recent compilers and test tools sometimes emit colored messages. When watching logs in the colorbox, handle ANSI escape sequences in order to provide colored output.