mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-20 20:48:06 +00:00
macOS: enable mode 5522 paste events
Advertise Kitty clipboard protocol mode 5522 on macOS and route clipboard paste requests through the protocol when it is enabled.
This commit is contained in:
@@ -113,6 +113,7 @@ typedef enum {
|
||||
GHOSTTY_CLIPBOARD_REQUEST_OSC_52_READ,
|
||||
GHOSTTY_CLIPBOARD_REQUEST_OSC_52_WRITE,
|
||||
GHOSTTY_CLIPBOARD_REQUEST_KITTY_READ,
|
||||
GHOSTTY_CLIPBOARD_REQUEST_LIST,
|
||||
} ghostty_clipboard_request_e;
|
||||
|
||||
// apprt.ClipboardReadResult
|
||||
|
||||
Reference in New Issue
Block a user