apprt/embedded: supporting setting working directory in config

This commit is contained in:
Mitchell Hashimoto
2023-10-03 17:34:44 -07:00
parent a8d2a30dfd
commit 140afb395f
2 changed files with 9 additions and 0 deletions

View File

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