mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 03:25:50 +00:00
Add context field to C config struct
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user