mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-19 17:17:33 +08:00
update files
This commit is contained in:
@@ -34,7 +34,9 @@ module.exports = function (Terminal){
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (; y <= end; y++) {
|
for (; y <= end; y++) {
|
||||||
|
i = 0;
|
||||||
out = '';
|
out = '';
|
||||||
|
attr = this.defAttr;
|
||||||
row = y + this.ydisp;
|
row = y + this.ydisp;
|
||||||
line = this.lines[row];
|
line = this.lines[row];
|
||||||
|
|
||||||
@@ -44,9 +46,6 @@ module.exports = function (Terminal){
|
|||||||
x = -1;
|
x = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
attr = this.defAttr;
|
|
||||||
i = 0;
|
|
||||||
|
|
||||||
for (; i < width; i++) {
|
for (; i < width; i++) {
|
||||||
data = line[i][0];
|
data = line[i][0];
|
||||||
ch = line[i][1];
|
ch = line[i][1];
|
||||||
|
Reference in New Issue
Block a user