Formatting

This commit is contained in:
Bryan Ashby 2015-12-24 11:54:38 -07:00
parent d2c8bd90f0
commit a9490d8fd2
1 changed files with 1 additions and 1 deletions

View File

@ -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);