Closed indiejames closed 7 years ago
I noticed that running (pst) resulted in a colorized stack trace (identical to the one I get in a repl run from the terminal). So apparently the debug console can use ansi color codes. I need to exploit this in other areas.
(pst)
I used ANSI codes to add syntax highlighting of evaluated code. Closing this issue as I have good handle on this now.
I noticed that running
(pst)
resulted in a colorized stack trace (identical to the one I get in a repl run from the terminal). So apparently the debug console can use ansi color codes. I need to exploit this in other areas.