mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 22:10:29 +00:00
keybind: don't clobber the clipboard if the title is empty
This commit is contained in:
@@ -282,7 +282,7 @@ pub const Action = union(enum) {
|
||||
copy_url_to_clipboard,
|
||||
|
||||
/// Copy the terminal title to the clipboard. If the terminal title is not
|
||||
/// set this has no effect.
|
||||
/// set or is empty this has no effect.
|
||||
copy_title_to_clipboard,
|
||||
|
||||
/// Increase the font size by the specified amount in points (pt).
|
||||
|
||||
Reference in New Issue
Block a user