Files
muxplex/muxplex
Brian Krabach 0a3a20a1b9 fix: hybrid paste — bracketed paste markers + direct UTF-8 WebSocket send
_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.
2026-04-06 20:04:12 -07:00
..