mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
+1
-2
@@ -1102,9 +1102,8 @@
|
||||
line = this.lines[row];
|
||||
out = '';
|
||||
|
||||
if (y === this.y
|
||||
if (this.y === y - (this.ybase - this.ydisp)
|
||||
&& this.cursorState
|
||||
&& (this.ydisp === this.ybase)
|
||||
&& !this.cursorHidden) {
|
||||
x = this.x;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user