summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-07-06 15:10:14 -0700
committerMitchell Hashimoto <m@mitchellh.com>2025-07-06 15:15:48 -0700
commitcbcb0b795c43453d22d2138ae5edc8deb7fa3727 (patch)
treefe2f0adeb40b9a0cd0cf9af389c6cf38c2777401 /include
parent70a2a0afd5072dbe77d50f5616a44b2bcba72581 (diff)
Fallback to cross-platform minimal open when apprt is not available
Diffstat (limited to 'include')
-rw-r--r--include/ghostty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ghostty.h b/include/ghostty.h
index 16ca21d89..2a4a7fb6e 100644
--- a/include/ghostty.h
+++ b/include/ghostty.h
@@ -664,8 +664,8 @@ typedef struct {
// apprt.action.OpenUrlKind
typedef enum {
- GHOSTTY_ACTION_OPEN_URL_KIND_TEXT,
GHOSTTY_ACTION_OPEN_URL_KIND_UNKNOWN,
+ GHOSTTY_ACTION_OPEN_URL_KIND_TEXT,
} ghostty_action_open_url_kind_e;
// apprt.action.OpenUrl.C