mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-11 11:49:40 +00:00
Scrollback compression scheduling was only available to Zig callers that used Terminal directly, leaving C embedders unable to drive the same idle compression policy. Define ABI-aware mode and result enums on Terminal and export activity and compression operations through the C API. Keep scheduling caller-owned, validate C inputs, and document the incremental contract with a complete example. Report unsupported reclamation consistently for full passes so callers can disable compression on targets that cannot retain decommitted mappings.
15 lines
291 B
Zig
15 lines
291 B
Zig
.{
|
|
.name = .c_vt_compression,
|
|
.version = "0.0.0",
|
|
.fingerprint = 0x3d527aa68a4cf8d,
|
|
.minimum_zig_version = "0.15.1",
|
|
.dependencies = .{
|
|
.ghostty = .{ .path = "../../" },
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|