mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 03:25:50 +00:00
When a user renames a surface via "Change Terminal Title" and then uses copy_title_to_clipboard, the raw terminal title was copied instead of the custom name. This adds a new `copy_title` apprt action so each platform resolves the effective title (user override or terminal-set) before copying to clipboard. Fixes #10345