From a5e34e22887599a8449adb85650963eb5989b265 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 20 Apr 2016 15:41:33 -0500 Subject: [PATCH] Fix cursor blink --- src/xterm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.js b/src/xterm.js index 0d297362..5821a2fc 100644 --- a/src/xterm.js +++ b/src/xterm.js @@ -398,7 +398,7 @@ this.showCursor(); this.textarea.focus(); - + Terminal.focus = this; }; Terminal.prototype.blur = function() {