lix/src
Maximilian Bosch 5f8ae16c8b
Always reset ANSI colors in progress-bar line
When having a message like `waiting for a machine to build X` and
building with `nix build -L`, the log-prefix is always colored yellow[1]
on a small terminal-width as everything (including the ANSI color-reset) is
stripped away.

To work around that problem, this patch explicitly adds an `ANSI_NORMAL`
to the end of the line.

[1] https://imgur.com/a/FjtJOk3
2020-08-10 17:44:17 +02:00
..
build-remote don't crash if there's no drvPath 2020-08-05 11:26:06 -06:00
cpptoml Revert the enum struct change 2020-06-18 22:11:26 +00:00
libexpr nix build (and others): Force re-evaluation of cached errors 2020-08-07 14:47:23 +02:00
libfetchers Merge remote-tracking branch 'upstream/master' into misc-ca 2020-08-05 14:40:01 +00:00
libmain Always reset ANSI colors in progress-bar line 2020-08-10 17:44:17 +02:00
libstore Fix .ls file names in binary caches 2020-08-07 21:18:29 +02:00
libutil Merge remote-tracking branch 'upstream/master' into misc-ca 2020-08-05 14:40:01 +00:00
nix Make --no-eval-cache a global setting 2020-08-07 14:13:24 +02:00
nix-build unsigned long long -> uint64_t 2020-07-30 13:34:04 +02:00
nix-channel Merge branch 'master' into errors-phase-2 2020-05-11 14:35:30 -06:00
nix-collect-garbage unsigned long long -> uint64_t 2020-07-30 13:34:04 +02:00
nix-copy-closure Revert the enum struct change 2020-06-18 22:11:26 +00:00
nix-daemon Remove trailing whitespace 2020-06-15 14:12:39 +02:00
nix-env Get rid of basicDerivation::findOutput 2020-07-23 14:39:02 +00:00
nix-instantiate remove 'format' from Error constructor calls 2020-04-21 17:07:07 -06:00
nix-prefetch-url Merge branch 'hash-always-has-type' into better-ca-parse-errors 2020-07-13 03:02:09 +00:00
nix-store Merge branch 'master' of github.com:NixOS/nix into better-ca-parse-errors 2020-07-30 18:27:25 -04:00
resolve-system-dependencies StorePath: Rewrite in C++ 2020-06-16 14:28:41 +02:00