aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io/tty.zig
AgeCommit message (Expand)Author
2023-07-02Fix `TTY.detectConfig` regression on windowsRyan Liptak
2023-06-22rename ZIG_DEBUG_COLOR env variable to YES_COLORdweiller
2023-06-22std.io.tty: add detectTtyConfigForce for forcing colordweiller
2023-05-24std.io.tty: Remove unused Config.writeDEC() functionLinus Groh
2023-05-24std.io.tty: Add missing colors to Color enumLinus Groh
2023-05-24std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.ttyLinus Groh