From a9490d8fd25fc412e8ed2b337f66cc54374c5a41 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 24 Dec 2015 11:54:38 -0700 Subject: [PATCH] Formatting --- core/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/view.js b/core/view.js index e5a9c502..1889c98e 100644 --- a/core/view.js +++ b/core/view.js @@ -103,7 +103,7 @@ function View(options) { this.restoreCursor = function() { //this.client.term.write(ansi.setCursorStyle(this.cursorStyle)); this.client.term.rawWrite('show' === this.cursor ? ansi.showCursor() : ansi.hideCursor()); - }; + }; } util.inherits(View, events.EventEmitter);