rename Pty.zig to pty.zig

This commit is contained in:
Mitchell Hashimoto
2023-11-05 23:41:45 +00:00
parent 8f35d5251e
commit 74b840df8e
4 changed files with 3 additions and 3 deletions

View File

@@ -285,7 +285,7 @@ pub const GlobalState = struct {
};
test {
_ = @import("circ_buf.zig");
_ = @import("Pty.zig");
_ = @import("pty.zig");
_ = @import("Command.zig");
_ = @import("font/main.zig");
_ = @import("apprt.zig");