mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-10 07:13:26 +00:00
6 lines
212 B
Zig
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.
|
|
}
|