wavesoft / local-echo

A local-echo controller for xterm.js
Apache License 2.0
142 stars 71 forks source link

paste text to current input #67

Open andy380743909 opened 10 months ago

andy380743909 commented 10 months ago

I use this code to localEcho.handleCursorInsert(text);, everything looks good. But the comment saids the functionhandleCursorInsert() is Internal API, I wonder if this is the right way to handle paste event.