mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 16:26:08 +03:00
Revert "terminal: remove new import"
This reverts commit 7dbac298ff834ec927186891eed91974042e970d.
This commit is contained in:
@ -50,6 +50,9 @@ pub usingnamespace if (builtin.target.isWasm()) struct {
|
||||
pub usingnamespace @import("wasm.zig");
|
||||
} else struct {};
|
||||
|
||||
// TODO(paged-terminal) remove before merge
|
||||
pub const new = @import("../terminal2/main.zig");
|
||||
|
||||
test {
|
||||
@import("std").testing.refAllDecls(@This());
|
||||
}
|
||||
|
Reference in New Issue
Block a user