X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=doc%2Fman%2Fcommon-common-env.txt;h=f8619af94dbd354d8d221f818f7b8c894d2d9800;hb=5c97e2daa9712d1fc3e1df186b25367b1e4cb8b1;hp=fe1c2aa0ec8e4a1d67a818cfae791f6c54940e93;hpb=59b3e31ded241ad159dbc618cc84a039f34f6e19;p=babeltrace.git 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).