diff --git a/src/xterm.js b/src/xterm.js index c5050f0..515e976 100644 --- a/src/xterm.js +++ b/src/xterm.js @@ -403,6 +403,7 @@ this.cursorState = 0; this.refresh(this.y, this.y); + this.textarea.blur(); if (this.sendFocus) { this.send('\x1b[O');