From 7cf4c8dc538e3fbc3fb37d399e30776fb298acfc Mon Sep 17 00:00:00 2001 From: Peter Guy Date: Sat, 11 Oct 2025 22:12:10 -0700 Subject: [PATCH] Add context field to C config struct --- include/ghostty.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ghostty.h b/include/ghostty.h index 0ad15cf69..ef7c0e4c8 100644 --- a/include/ghostty.h +++ b/include/ghostty.h @@ -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 {