mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-05 01:16:33 +00:00
terminal: start pulling out stream processing into dedicated type
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
const stream = @import("stream.zig");
|
||||
|
||||
pub const Terminal = @import("Terminal.zig");
|
||||
pub const Parser = @import("Parser.zig");
|
||||
pub const Stream = stream.Stream;
|
||||
|
||||
// Not exported because they're just used for tests.
|
||||
|
||||
test {
|
||||
_ = stream;
|
||||
_ = Parser;
|
||||
_ = Terminal;
|
||||
|
||||
|
Reference in New Issue
Block a user