Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Jain <radical@corewars.org>2009-10-11 05:39:27 +0400
committerAnkit Jain <radical@corewars.org>2009-10-11 05:39:27 +0400
commite903f6bb952614ccfeeaedaf4d21d20b7e3fa229 (patch)
treedd32353f185eda233b97262185ebcd7776e76df6 /man/xbuild.1
parent797df40fbcba6509d005545e3523c286ab7b1139 (diff)
* xbuild.1: Add info about env var XBUILD_COLORS.
svn path=/trunk/mono/; revision=143906
Diffstat (limited to 'man/xbuild.1')
-rw-r--r--man/xbuild.130
1 files changed, 30 insertions, 0 deletions
diff --git a/man/xbuild.1 b/man/xbuild.1
index 3dba6c5667a..ec9472f6332 100644
--- a/man/xbuild.1
+++ b/man/xbuild.1
@@ -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