mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
fix #3633
This commit is contained in:
@@ -1292,6 +1292,7 @@ export class InputHandler extends Disposable implements IInputHandler {
|
||||
this._resetBufferLine(j);
|
||||
}
|
||||
this._dirtyRowService.markDirty(0);
|
||||
this._bufferService.buffer.clearMarkers();
|
||||
break;
|
||||
case 3:
|
||||
// Clear scrollback (everything not in viewport)
|
||||
|
||||
Reference in New Issue
Block a user