gtk: implement bell

Co-authored-by: Jeffrey C. Ollie <jeff@ocjtech.us>
This commit is contained in:
Leah Amelia Chen
2025-04-14 21:43:02 +08:00
parent 17ba0252e8
commit a0760cabd6
8 changed files with 32 additions and 3 deletions

View File

@@ -601,6 +601,7 @@ typedef enum {
GHOSTTY_ACTION_RELOAD_CONFIG,
GHOSTTY_ACTION_CONFIG_CHANGE,
GHOSTTY_ACTION_CLOSE_WINDOW,
GHOSTTY_ACTION_RING_BELL,
} ghostty_action_tag_e;
typedef union {