wavesoft / local-echo

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

Typed text blinks when character are added/removed #65

Open iliakan opened 1 year ago

iliakan commented 1 year ago

Probably because of the way setInput works, sometimes (especially on deletion) the "current line" blinks.

Guess, because all text is removed and re-added.