mirror of
https://github.com/NixOS/nix
synced 2025-07-03 10:21:47 +02:00
treewide: shouldANSI() -> isTTY()
This commit is contained in:
parent
d9fc4bf5c5
commit
8c1eeb4681
8 changed files with 8 additions and 8 deletions
|
@ -1090,7 +1090,7 @@ static void opQuery(Globals & globals, Strings opFlags, Strings opArgs)
|
|||
return;
|
||||
}
|
||||
|
||||
bool tty = shouldANSI();
|
||||
bool tty = isTTY();
|
||||
RunPager pager;
|
||||
|
||||
Table table;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue