mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Undo change to Terminal.ts
This commit is contained in:
@@ -1017,6 +1017,7 @@ export class Terminal extends CoreTerminal implements ITerminal {
|
||||
if (this.buffer !== this.buffers.normal) {
|
||||
return;
|
||||
}
|
||||
|
||||
return this.buffer.addMarker(this.buffer.ybase + this.buffer.y + cursorYOffset);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user