mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-24 18:00:45 +00:00
fix terminal element clearing.
This commit is contained in:
parent
eeb9038d1e
commit
dc95fc6e3c
@ -398,6 +398,7 @@ Terminal.prototype.kill = function() {
|
||||
this.pty.destroy();
|
||||
this.pty.kill();
|
||||
}
|
||||
this.term.refresh = function() {};
|
||||
this.term.write('\x1b[H\x1b[J');
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user