mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-02-03 06:34:05 +00:00
stop listening for mouse sequences before switching to normal buffer.
This commit is contained in:
parent
562b9fe502
commit
690cf9d3f4
@ -440,10 +440,10 @@ Screen.prototype.leave = function() {
|
||||
// this.program.clear();
|
||||
this.alloc();
|
||||
this.program.showCursor();
|
||||
this.program.normalBuffer();
|
||||
if (this._listenedMouse) {
|
||||
this.program.disableMouse();
|
||||
}
|
||||
this.program.normalBuffer();
|
||||
this.program.flush();
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user