Fix cursor blink

This commit is contained in:
Steven Silvester
2016-04-20 15:41:33 -05:00
parent ad3764ae4a
commit a5e34e2288
+1 -1
View File
@@ -398,7 +398,7 @@
this.showCursor();
this.textarea.focus();
Terminal.focus = this;
};
Terminal.prototype.blur = function() {