From 47eaa929b7cc18c7d1f9e15087c94a8e3c775592 Mon Sep 17 00:00:00 2001 From: nuintun Date: Wed, 25 Nov 2015 13:03:21 +0800 Subject: [PATCH] update files --- static/js/terminal/lib/refresh.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/js/terminal/lib/refresh.js b/static/js/terminal/lib/refresh.js index 331a970..2d09be1 100644 --- a/static/js/terminal/lib/refresh.js +++ b/static/js/terminal/lib/refresh.js @@ -136,6 +136,8 @@ module.exports = function (Terminal){ if (this.isWide(ch)) i++; out += ch; + } else { + if (data === -1) out += ' '; } break; }