0a3a20a1b9
_term.paste() garbled Unicode box-drawing characters (â instead of ─│┌┐). Fix: manually apply bracketed paste wrapping (ESC[200~...ESC[201~) for multiline protection, then send via _encodePayload/TextEncoder for correct UTF-8 encoding. Combines the multiline fix with the proven encoding path.