diff --git a/lib/widget.js b/lib/widget.js index 9004825..8a58285 100644 --- a/lib/widget.js +++ b/lib/widget.js @@ -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(); };