* xbuild.1: Add info about env var XBUILD_COLORS.
authorAnkit Jain <radical@corewars.org>
Sun, 11 Oct 2009 01:39:27 +0000 (01:39 -0000)
committerAnkit Jain <radical@corewars.org>
Sun, 11 Oct 2009 01:39:27 +0000 (01:39 -0000)
svn path=/trunk/mono/; revision=143906

man/ChangeLog
man/xbuild.1

index eb48b131bb9ac11f69f03f9c025e206f39bd5598..4162a53d74a432753b7b81c3ca3f4c41c5696ab6 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-11  Ankit Jain  <jankit@novell.com>
+
+       * xbuild.1: Add info about env var XBUILD_COLORS.
+
 2009-10-09  Zoltan Varga  <vargaz@gmail.com>
 
        * mono.1: Document --debug=gdb option.
index 3dba6c5667a4f0f144e0f990fe10740573308286..ec9472f63328e7ffddc3e579bdf6f7c76578d5cd 100644 (file)
@@ -48,6 +48,36 @@ Display xbuild version
 .I "XBUILD_EMIT_SOLUTION"
 If this variable is set, then the project file generated from a solution
 file is emitted.
+.TP
+.I "XBUILD_COLORS"
+If this variable is set, it contains a string of the form
+"type=foreground,type=.." that specifies which color to use to display
+errors/warnings etc on some terminals. Type here can be:
+
+.nf
+       errors, warnings, messages or events
+
+       events: These are project/target/task start and end event
+               messages.
+.fi
+
+.Sp
+The possible colors for foreground are:
+.B black, red, brightred, green, brightgreen, yellow, brightyellow,
+blue, brightblue, magenta, brightmagenta, cyan, brightcyan, grey,
+white and brightwhite.
+
+.Sp
+For example, you could set this variable from your shell:
+.nf
+       export XBUILD_COLORS
+       XBUILD_COLORS=errors=brightred,warnings=blue
+.fi
+.Sp
+
+You can disable the built-in color scheme by setting this variable to
+"disable".
+
 .SH SEE ALSO
 .BR mono(1), mcs(1)
 .SH COPYRIGHT