diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2024-07-13 10:35:46 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2024-07-13 15:19:38 -0700 |
| commit | c4484938c565030bd10b10a77a8e80602e3001ca (patch) | |
| tree | bf09d4688ed1909bd991db974782df848f6e37be /src/termio.zig | |
| parent | 49c92fd0e67592fc9eebab4540db7de426b0283e (diff) | |
termio: wip but it builds
Diffstat (limited to 'src/termio.zig')
| -rw-r--r-- | src/termio.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termio.zig b/src/termio.zig index e0b3efb28..b2c2c1a63 100644 --- a/src/termio.zig +++ b/src/termio.zig @@ -3,7 +3,7 @@ //! with the terminal. pub usingnamespace @import("termio/message.zig"); -pub const Exec = @import("termio/Exec.zig"); +pub const reader = @import("termio/reader.zig"); pub const Options = @import("termio/Options.zig"); pub const Termio = @import("termio/Termio.zig"); pub const Thread = @import("termio/Thread.zig"); |
