You'll notice
Useful3 Signal0
Copying long text inside GNU screen now works, since the clipboard escape is split into chunks.
What's wrong with this entry?
Anonymous. No account, no email.
What
Copying long text while running under GNU screen no longer emits a single oversized escape sequence.
Details
- Under
screenthe payload is split into fixed-size chunks, each re-wrapped in its own DCS passthrough segment. - tmux keeps its previous single-sequence path.
- Previously one sequence was built for all multiplexers.
Evidence
]52;c;
Strings lifted out of the shipped bundle, so the claim above can be checked against them.