add ghostty_translate C API

This commit is contained in:
Mitchell Hashimoto
2025-03-07 09:26:57 -08:00
parent 238573d42e
commit edf619205c
6 changed files with 35 additions and 14 deletions

View File

@@ -669,6 +669,7 @@ typedef struct {
int ghostty_init(void);
void ghostty_cli_main(uintptr_t, char**);
ghostty_info_s ghostty_info(void);
const char* ghostty_translate(const char*);
ghostty_config_t ghostty_config_new();
void ghostty_config_free(ghostty_config_t);