Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-14 | Change warnings from yellow to magenta | Eelco Dolstra | |
This matches gcc and clang. | |||
2021-09-14 | ANSI_YELLOW -> ANSI_WARNING | Eelco Dolstra | |
2020-07-12 | Fix ANSI color constants | Maximilian Bosch | |
The `m` acts as termination-symbol when declaring graphics. Because of this, the `;1m` doesn't have any effect and is directly printed to the console: ``` $ nix repl > builtins.fetchGit { /* ... */ } { outPath = "/nix/store/s0f0iz4a41cxx2h055lmh6p2d5k5bc6r-source"; rev = "e73e45b723a9a6eecb98bd5f3df395d9ab3633b6"; revCount = ;1m428; shortRev = "e73e45b"; submodules = ;1mfalse; } ``` Introduced by 6403508f5a2fcf073b2a0d4e5fcf5f5ebb890384. | |||
2020-06-17 | Use `ansicolor.hh` in `nix repl` rather than duplicates | John Ericson | |
2020-05-05 | nix --help: Group commands | Eelco Dolstra | |
2020-03-27 | remove util.hh from deps | Ben Burdette | |