Add context field to C config struct

This commit is contained in:
Peter Guy
2025-10-11 22:12:10 -07:00
parent 02e1a68263
commit 7cf4c8dc53

View File

@@ -428,6 +428,7 @@ typedef struct {
size_t env_var_count;
const char* initial_input;
bool wait_after_command;
int context; // 0=window, 1=tab, 2=split
} ghostty_surface_config_s;
typedef struct {