1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/src/libmain
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
..
common-args.cc Merge remote-tracking branch 'origin/master' into flakes 2020-06-17 10:26:52 +02:00
common-args.hh Factor out --json 2017-04-24 14:21:36 +02:00
local.mk Remove global -I flags 2020-03-30 15:30:19 +02:00
loggers.cc Merge remote-tracking branch 'origin/master' into flakes 2020-07-06 16:40:10 +02:00
loggers.hh Style fixes 2020-06-11 15:39:08 +02:00
nix-main.pc.in pkg-config files: Use c++17 2019-03-14 14:11:12 +01:00
progress-bar.cc Always reset ANSI colors in progress-bar line 2020-08-10 17:44:17 +02:00
progress-bar.hh Style fixes 2020-06-11 15:39:08 +02:00
shared.cc unsigned long long -> uint64_t 2020-07-30 13:34:04 +02:00
shared.hh unsigned long long -> uint64_t 2020-07-30 13:34:04 +02:00
stack.cc fixes to merged code 2020-05-11 15:52:15 -06:00