terminal: add kitty clipboard paste events mode (5522), disabled for now

This commit is contained in:
Mitchell Hashimoto
2026-08-21 12:16:38 -07:00
parent f2d4b32be3
commit 07c6fc21ba
2 changed files with 10 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ extern "C" {
#define GHOSTTY_MODE_COLOR_SCHEME_REPORT (ghostty_mode_new(2031, false)) /**< Report color scheme */
#define GHOSTTY_MODE_VISIBILITY_REPORT (ghostty_mode_new(2033, false)) /**< Report terminal visibility */
#define GHOSTTY_MODE_IN_BAND_RESIZE (ghostty_mode_new(2048, false)) /**< In-band size reports */
#define GHOSTTY_MODE_PASTE_EVENTS (ghostty_mode_new(5522, false)) /**< Kitty clipboard protocol paste events */
/** @} */
/**