diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-07-06 15:10:14 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-07-06 15:15:48 -0700 |
| commit | cbcb0b795c43453d22d2138ae5edc8deb7fa3727 (patch) | |
| tree | fe2f0adeb40b9a0cd0cf9af389c6cf38c2777401 /include | |
| parent | 70a2a0afd5072dbe77d50f5616a44b2bcba72581 (diff) | |
Fallback to cross-platform minimal open when apprt is not available
Diffstat (limited to 'include')
| -rw-r--r-- | include/ghostty.h | 2 |
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 |
