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
Bruce Mitchener edited this page Jul 14, 2013
·
2 revisions
It would be nice to have a library for doing color output.
This could be used by dylan-compiler as well as testworks for highlighting errors, warnings and other relevant information.
It should be aware of whether or not the output stream is a tty (on Unix, this can be determined by isatty) and disable color output on non-terminal outputs.
It should be able to check the TERM type and customize the output according or make additional features available.