Fixed
- Multi-line paste now works correctly:
All line endings in pasted text are normalised to(CR only) before
being sent to the PTY. Terminals interpret CR as a single Enter keypress;
sending(CRLF) caused PowerShell and other shells to see two
newlines, which double-submitted lines or produced parse errors.
The fix applies to both bracketed-paste mode and plain paste.