Formatting
This commit is contained in:
parent
d2c8bd90f0
commit
a9490d8fd2
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue