Remove outdated comment
This commit is contained in:
committed by
Veikka Tuominen
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;
|
||||
|
||||
Reference in New Issue
Block a user