Skip to content

Commit

Permalink
vaxis: expose tty namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rockorager committed Jan 27, 2025
1 parent d34c4c6 commit 38f3e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const std = @import("std");
const builtin = @import("builtin");

const tty = @import("tty.zig");
pub const tty = @import("tty.zig");

pub const Vaxis = @import("Vaxis.zig");

Expand Down

0 comments on commit 38f3e7b

Please sign in to comment.