X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=doc%2Fman%2Fcommon-common-env.txt;fp=doc%2Fman%2Fcommon-common-env.txt;h=f8619af94dbd354d8d221f818f7b8c894d2d9800;hp=fe1c2aa0ec8e4a1d67a818cfae791f6c54940e93;hb=046094875e3f03883c14ee084f9582c0c15f3c50;hpb=17f3083a0b4d318d3303c8a5bfa63db6a874ec73 diff --git a/doc/man/common-common-env.txt b/doc/man/common-common-env.txt index fe1c2aa0..f8619af9 100644 --- a/doc/man/common-common-env.txt +++ b/doc/man/common-common-env.txt @@ -25,3 +25,9 @@ The available values are: `ALWAYS`:: Always emit terminal color codes. -- + +`BABELTRACE_TERM_COLOR_BRIGHT_MEANS_BOLD`=`0`:: + Set to `0` to emit + https://en.wikipedia.org/wiki/ANSI_escape_code[SGR] + codes 90 to 97 for bright colors instead of + bold (SGR code~1) and standard color codes (SGR codes 30 to 37).