macos: when executing a script directly, always wait after command

This commit is contained in:
Mitchell Hashimoto
2025-08-28 11:26:26 -07:00
parent d3cadf2495
commit f1ea30dcf1
4 changed files with 20 additions and 0 deletions

View File

@@ -419,6 +419,7 @@ typedef struct {
ghostty_env_var_s* env_vars;
size_t env_var_count;
const char* initial_input;
bool wait_after_command;
} ghostty_surface_config_s;
typedef struct {