diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-07-23 10:44:54 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-07-23 18:27:11 +0200 |
commit | f3903035667e158112dfd414091d8d50ef90c5f4 (patch) | |
tree | 4b9e6e9568104e1cf46cfd0e6f5e7103ddfadd27 /doc/manual/src/release-notes/rl-2.3.md | |
parent | c20c0823838d257b1e18e71c307f53afac0d2b39 (diff) |
Reconvert
Diffstat (limited to 'doc/manual/src/release-notes/rl-2.3.md')
-rw-r--r-- | doc/manual/src/release-notes/rl-2.3.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/release-notes/rl-2.3.md b/doc/manual/src/release-notes/rl-2.3.md index a4bb6ebb0..d1f4e3734 100644 --- a/doc/manual/src/release-notes/rl-2.3.md +++ b/doc/manual/src/release-notes/rl-2.3.md @@ -25,7 +25,7 @@ It also has the following changes: line in the progress bar. To distinguish between concurrent builds, log lines are prefixed by the name of the package. - - Builds are now executed in a pseudo-terminal, and the TERM + - Builds are now executed in a pseudo-terminal, and the `TERM` environment variable is set to `xterm-256color`. This allows many programs (e.g. `gcc`, `clang`, `cmake`) to print colorized log output. |