mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-30 03:53:15 +08:00
update files
This commit is contained in:
parent
8bf8745f33
commit
f763bf9759
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user