mirror of
https://github.com/nuintun/command-manager.git
synced 2025-08-18 04:09:41 +08:00
update files
This commit is contained in:
parent
acfdb6fe4a
commit
8bf8745f33
@ -34,9 +34,9 @@ module.exports = function (Terminal){
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (; y <= end; y++) {
|
for (; y <= end; y++) {
|
||||||
|
out = '';
|
||||||
row = y + this.ydisp;
|
row = y + this.ydisp;
|
||||||
line = this.lines[row];
|
line = this.lines[row];
|
||||||
out = '';
|
|
||||||
|
|
||||||
if (y === this.y && this.cursorState && this.ydisp === this.ybase && !this.cursorHidden) {
|
if (y === this.y && this.cursorState && this.ydisp === this.ybase && !this.cursorHidden) {
|
||||||
x = this.x;
|
x = this.x;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user