lib-vt: begin paste utilities exports starting with safe paste

This commit is contained in:
Mitchell Hashimoto
2025-10-06 21:04:18 -07:00
parent 5ece02fa76
commit bf9f025aec
10 changed files with 239 additions and 1 deletions

View File

@@ -122,6 +122,7 @@ comptime {
@export(&c.key_encoder_free, .{ .name = "ghostty_key_encoder_free" });
@export(&c.key_encoder_setopt, .{ .name = "ghostty_key_encoder_setopt" });
@export(&c.key_encoder_encode, .{ .name = "ghostty_key_encoder_encode" });
@export(&c.paste_is_safe, .{ .name = "ghostty_paste_is_safe" });
}
}