CLI: add color to compiler output via jansi

Disabled on Windows temporarily, because for some reason colors there work only
in REPL
This commit is contained in:
Alexander Udalov
2015-06-13 14:56:05 +03:00
parent 00566bcfb0
commit 5ec4576844
6 changed files with 71 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
<component name="libraryTable">
<library name="jansi">
<CLASSES>
<root url="jar://$PROJECT_DIR$/dependencies/jansi.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/dependencies/jansi-sources.jar!/" />
</SOURCES>
</library>
</component>