mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-05 01:16:33 +00:00
terminal: scrolling
This commit is contained in:
11
src/terminal/main.zig
Normal file
11
src/terminal/main.zig
Normal file
@@ -0,0 +1,11 @@
|
||||
pub const Terminal = @import("Terminal.zig");
|
||||
|
||||
// Not exported because they're just used for tests.
|
||||
|
||||
test {
|
||||
_ = Terminal;
|
||||
|
||||
_ = @import("parse_table.zig");
|
||||
_ = @import("Parser.zig");
|
||||
_ = @import("Tabstops.zig");
|
||||
}
|
Reference in New Issue
Block a user