From cc950614c5a735e848e59c50d5ba226fc7ec6ac5 Mon Sep 17 00:00:00 2001 From: TDaglis Date: Mon, 26 Oct 2015 17:13:04 +0200 Subject: [PATCH] blur textarea on terminal blur --- src/xterm.js | 1 + 1 file changed, 1 insertion(+) 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');