mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-11 22:14:04 +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++) {
|
||||
out = '';
|
||||
row = y + this.ydisp;
|
||||
line = this.lines[row];
|
||||
out = '';
|
||||
|
||||
if (y === this.y && this.cursorState && this.ydisp === this.ybase && !this.cursorHidden) {
|
||||
x = this.x;
|
||||
|
Loading…
x
Reference in New Issue
Block a user