Skip to content

Commit

Permalink
build: export some symbols for thespian.Loop
Browse files Browse the repository at this point in the history
  • Loading branch information
neurocyte committed Jun 10, 2024
1 parent 180b6df commit a940f74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ pub const Window = @import("Window.zig");
pub const widgets = @import("widgets.zig");
pub const gwidth = @import("gwidth.zig");
pub const ctlseqs = @import("ctlseqs.zig");
pub const GraphemeCache = @import("GraphemeCache.zig");
pub const grapheme = @import("grapheme");
pub const Event = @import("event.zig").Event;

/// The target TTY implementation
pub const Tty = switch (builtin.os.tag) {
Expand Down

0 comments on commit a940f74

Please sign in to comment.