summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-04-22 08:33:24 -0700
committerMitchell Hashimoto <m@mitchellh.com>2025-04-22 08:33:32 -0700
commit3e5fe5de9a02e2abf8f7425a7ce70c082a014a13 (patch)
treefcdefed979266e31f8da566c4ed5301f37697874 /include
parent28404e946b196f0d6e62ad3e602d2426b8fa0b24 (diff)
move command filtering into apprt
Diffstat (limited to 'include')
-rw-r--r--include/ghostty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ghostty.h b/include/ghostty.h
index 3fd582077..3db280c93 100644
--- a/include/ghostty.h
+++ b/include/ghostty.h
@@ -280,6 +280,7 @@ typedef struct {
} ghostty_input_trigger_s;
typedef struct {
+ const char* action_key;
const char* action;
const char* title;
const char* description;