Added macOS file open handler

This commit is contained in:
Qwerasd
2024-01-16 16:26:21 -05:00
parent 771cbea0b0
commit 51f53aa9bf
5 changed files with 50 additions and 14 deletions

View File

@@ -350,6 +350,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 *);