Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change std.debug.TTY to std.io.tty #309

Merged
merged 1 commit into from
May 25, 2023
Merged

Commits on May 25, 2023

  1. change std.debug.TTY to std.io.tty

    Zig commit:     0f6fa3f20b3b28958921bd63a9a9d96468455e9c
    
    std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.tty
    
    Also get rid of the TTY wrapper struct, which was exlusively used as a
    namespace - this is done by the tty.zig root struct now.
    
    detectTTYConfig has been renamed to just detectConfig, which is enough
    given the new namespace. Additionally, a doc comment had been added.
    pseudocc committed May 25, 2023
    Configuration menu
    Copy the full SHA
    25513a1 View commit details
    Browse the repository at this point in the history