mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-18 00:44:28 +08:00
update files
This commit is contained in:
@@ -40,7 +40,7 @@ module.exports = function (Terminal){
|
||||
row = y + this.ydisp;
|
||||
line = this.lines[row];
|
||||
|
||||
if (y === this.y && this.cursorState && this.ydisp === this.ybase && !this.cursorHidden) {
|
||||
if (y === this.y && this.cursor && this.cursorState && this.ydisp === this.ybase) {
|
||||
x = this.x;
|
||||
} else {
|
||||
x = -1;
|
||||
|
||||
Reference in New Issue
Block a user