From 99bab848d79c5763874b5d862215d06c5384ba18 Mon Sep 17 00:00:00 2001 From: nuintun Date: Wed, 25 Nov 2015 17:54:26 +0800 Subject: [PATCH] update files --- static/js/terminal/lib/write.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/js/terminal/lib/write.js b/static/js/terminal/lib/write.js index 83e37ff..4f78794 100644 --- a/static/js/terminal/lib/write.js +++ b/static/js/terminal/lib/write.js @@ -77,7 +77,7 @@ module.exports = function (Terminal){ if (this.y > this.scrollBottom) { this.y--; - + this.scroll(); } break; @@ -167,12 +167,10 @@ module.exports = function (Terminal){ break; // ESC _ Application Program Command ( APC is 0x9f). case '_': - this.stateType = 'apc'; this.state = states.ignore; break; // ESC ^ Privacy Message ( PM is 0x9e). case '^': - this.stateType = 'pm'; this.state = states.ignore; break; // ESC c Full Reset (RIS).