update files

This commit is contained in:
nuintun
2015-11-27 09:35:42 +08:00
parent 65e67f90da
commit 4e16de9f77
9 changed files with 89 additions and 48 deletions

View File

@@ -107,7 +107,7 @@ module.exports = function (Terminal){
this.insertMode = true;
break;
case 20:
this.convertEol = true;
this.convertEOL = true;
break;
}
} else if (this.prefix === '?') {
@@ -322,7 +322,7 @@ module.exports = function (Terminal){
this.insertMode = false;
break;
case 20:
this.convertEol = false;
this.convertEOL = false;
break;
}
} else if (this.prefix === '?') {