mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-10 07:13:26 +00:00
9 lines
220 B
Zig
9 lines
220 B
Zig
//! Search functionality for the terminal.
|
|
|
|
pub const PageList = @import("search/pagelist.zig").PageListSearch;
|
|
pub const Thread = @import("search/Thread.zig");
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
}
|