diff options
| author | Leah Amelia Chen <hi@pluie.me> | 2025-08-14 02:38:45 +0800 |
|---|---|---|
| committer | Leah Amelia Chen <hi@pluie.me> | 2025-08-14 04:06:02 +0800 |
| commit | 23048dbd33a15913d4a3f34124a316fc5e5a142e (patch) | |
| tree | 7f87a0031ec91172af4cf0a8206aa34180351a26 /include | |
| parent | 0d0d3118f4fe0afc1961555e193899194fd27611 (diff) | |
gtk-ng: add show_on_screen_keyboard binding
Diffstat (limited to 'include')
| -rw-r--r-- | include/ghostty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ghostty.h b/include/ghostty.h index c422c3584..082711836 100644 --- a/include/ghostty.h +++ b/include/ghostty.h @@ -757,6 +757,7 @@ typedef enum { GHOSTTY_ACTION_OPEN_URL, GHOSTTY_ACTION_SHOW_CHILD_EXITED, GHOSTTY_ACTION_PROGRESS_REPORT, + GHOSTTY_ACTION_SHOW_ON_SCREEN_KEYBOARD, } ghostty_action_tag_e; typedef union { |
