Update ghostty to v1.3.0 (#1142)

* Update ghostty to v1.3.0

* Add bell handling and AppleScript support

* Add zsh shell integration handoff test

* Fix Ghostty zsh integration handoff in cmux

* Add terminal keypress notification dismissal test

* Dismiss terminal notifications on keypress

* Address PR review feedback

* Tighten notification dismissal regression test

* Pin GhosttyKit checksum for latest ghostty
This commit is contained in:
Lawrence Chen 2026-03-09 21:32:54 -07:00 committed by GitHub
parent 55b619b538
commit dea60ea71c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 1542 additions and 9 deletions

View file

@ -463,6 +463,12 @@ typedef struct {
// Config types
// config.Path
typedef struct {
const char* path;
bool optional;
} ghostty_config_path_s;
// config.Color
typedef struct {
uint8_t r;