Files
ghostty/src/terminal/c_api.zig
2025-09-23 12:35:39 -07:00

6 lines
212 B
Zig

pub export fn ghostty_hi() void {
// Does nothing, but you can see this symbol exists:
// nm -D --defined-only zig-out/lib/libghostty-vt.so | rg ' T '
// This is temporary as we figure out the API.
}