mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-17 18:50:11 +00:00
9 lines
209 B
Zig
9 lines
209 B
Zig
//! Types and functions related to Kitty protocols.
|
|
|
|
pub const graphics = @import("kitty/graphics.zig");
|
|
pub usingnamespace @import("kitty/key.zig");
|
|
|
|
test {
|
|
@import("std").testing.refAllDecls(@This());
|
|
}
|