mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-31 15:06:15 +02:00
Formatting
This commit is contained in:
parent
d2c8bd90f0
commit
a9490d8fd2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue