Merge pull request #1316 from qwerasd205/macos-file-handler

Added macOS file open handler
This commit is contained in:
Mitchell Hashimoto
2024-01-16 18:56:34 -08:00
committed by GitHub
5 changed files with 50 additions and 14 deletions

View File

@@ -355,6 +355,7 @@ typedef struct {
double scale_factor;
uint16_t font_size;
const char *working_directory;
const char *command;
} ghostty_surface_config_s;
typedef void (*ghostty_runtime_wakeup_cb)(void *);