update files

This commit is contained in:
nuintun 2015-11-25 23:45:44 +08:00
parent 8bf8745f33
commit f763bf9759

View File

@ -34,7 +34,9 @@ module.exports = function (Terminal){
}
for (; y <= end; y++) {
i = 0;
out = '';
attr = this.defAttr;
row = y + this.ydisp;
line = this.lines[row];
@ -44,9 +46,6 @@ module.exports = function (Terminal){
x = -1;
}
attr = this.defAttr;
i = 0;
for (; i < width; i++) {
data = line[i][0];
ch = line[i][1];