blur textarea on terminal blur

This commit is contained in:
TDaglis 2015-10-26 17:13:04 +02:00
parent 556140e7d9
commit cc950614c5

View File

@ -403,6 +403,7 @@
this.cursorState = 0; this.cursorState = 0;
this.refresh(this.y, this.y); this.refresh(this.y, this.y);
this.textarea.blur();
if (this.sendFocus) { if (this.sendFocus) {
this.send('\x1b[O'); this.send('\x1b[O');