rename copy_title action to copy_title_to_clipboard

This commit is contained in:
Priyanshu
2026-02-13 09:59:02 +05:30
parent b4be13ed50
commit de49b7f27b
5 changed files with 9 additions and 9 deletions

View File

@@ -904,7 +904,7 @@ typedef enum {
GHOSTTY_ACTION_SEARCH_TOTAL,
GHOSTTY_ACTION_SEARCH_SELECTED,
GHOSTTY_ACTION_READONLY,
GHOSTTY_ACTION_COPY_TITLE,
GHOSTTY_ACTION_COPY_TITLE_TO_CLIPBOARD,
} ghostty_action_tag_e;
typedef union {