Remove outdated comment

This commit is contained in:
Evin Yulo 2022-09-27 22:04:58 +00:00 committed by Veikka Tuominen
parent 0a064eae99
commit 779c2daa19

View File

@ -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;