-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
os-windowsstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Description
Since win10 has supported VT Sequences, we can detect it from GetConsoleMode.
Lines 141 to 144 in aa894ce
pub fn supportsAnsiEscapeCodes(self: File) bool { | |
if (builtin.os.tag == .windows) { | |
return os.isCygwinPty(self.handle); | |
} |
Metadata
Metadata
Assignees
Labels
os-windowsstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.