From 3c6e98c5a7808138b8d1db279bb5cad7d55990b1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 30 Mar 2026 10:16:37 -0700 Subject: [PATCH] vt: export the new API --- include/ghostty/vt/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ghostty/vt/types.h b/include/ghostty/vt/types.h index 987261dee..4b4d87e7a 100644 --- a/include/ghostty/vt/types.h +++ b/include/ghostty/vt/types.h @@ -116,6 +116,6 @@ typedef struct { * * @return Pointer to the null-terminated JSON string. */ -const char *ghostty_type_json(void); +GHOSTTY_EXPORT const char *ghostty_type_json(void); #endif /* GHOSTTY_VT_TYPES_H */