mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
Remove outdated comment
This commit is contained in:
parent
0a064eae99
commit
779c2daa19
@ -230,7 +230,6 @@ pub const File = struct {
|
||||
}
|
||||
if (self.isTty()) {
|
||||
if (self.handle == os.STDOUT_FILENO or self.handle == os.STDERR_FILENO) {
|
||||
// Use getenvC to workaround https://github.com/ziglang/zig/issues/3511
|
||||
if (os.getenvZ("TERM")) |term| {
|
||||
if (std.mem.eql(u8, term, "dumb"))
|
||||
return false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user