mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-22 21:43:53 +00:00
This implements only the clipboard _write_ side of the Kitty clipboard protocol for libghostty-vt. libghostty users don't need to do anything, this all automatically works since it just piggy-backs on the previous clipboard write effect. Clipboard reading is far more complicated because we don't have anything designed yet for libghostty-vt that does async requests (e.g. to ask the user for permission). I need to think about that more.