Emit dedicated bright terminal color codes if supported
[babeltrace.git] / doc / man / common-common-env.txt
CommitLineData
59b3e31d
PP
1`BABELTRACE_EXEC_ON_ABORT`='CMDLINE'::
2 Execute the command line 'CMDLINE', as parsed like a UNIX~98 shell,
3 when any part of the Babeltrace~2 project unexpectedly aborts.
4+
5The application only aborts when the executed command returns, ignoring
6its exit status.
7+
8This environment variable is ignored when the application has the
9`setuid` or the `setgid` access right flag set.
10
e70712b3
PP
11`BABELTRACE_TERM_COLOR`=(`AUTO` | `NEVER` | `ALWAYS`)::
12 Force the terminal color support for the man:babeltrace2(1) program
13 and the project's plugins.
14+
15The available values are:
16+
17--
18`AUTO`::
19 Only emit terminal color codes when the standard output and error
20 streams are connected to a color-capable terminal.
21
22`NEVER`::
23 Never emit terminal color codes.
24
25`ALWAYS`::
26 Always emit terminal color codes.
27--
04609487
PP
28
29`BABELTRACE_TERM_COLOR_BRIGHT_MEANS_BOLD`=`0`::
30 Set to `0` to emit
31 https://en.wikipedia.org/wiki/ANSI_escape_code[SGR]
32 codes 90 to 97 for bright colors instead of
33 bold (SGR code~1) and standard color codes (SGR codes 30 to 37).
This page took 0.027139 seconds and 4 git commands to generate.