Files
ghostty/include/ghostty
Mitchell Hashimoto 70f0065759 terminal: reject oversized Kitty clipboard writes
Update OSC 5522 writes to reject every transaction that exceeds the
configured decoded-data limit. The previous behavior truncated text
while rejecting only non-text data.

Programs now receive EFBIG as soon as a write crosses the limit. The
clipboard remains untouched, and remaining write packets are ignored
until a new transaction begins. Raise the default to the protocol
minimum of 64 MiB.

This applies the latest spec change:
32ea104192
2026-08-24 21:14:36 -07:00
..