update files

This commit is contained in:
nuintun
2015-11-27 09:36:57 +08:00
parent 4e16de9f77
commit 07eb2b8b48
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ module.exports = function (Terminal){
if (this.y < this.scrollTop) {
this.y++;
// possibly move the code below to term.reverseScroll();
// test: echo -ne '\e[1;1H\e[44m\eM\e[0m'
// blankLine(true) is xterm/linux behavior