mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Update src/common/buffer/Buffer.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
This commit is contained in:
co-authored by
Daniel Imms
parent
7bf12f9123
commit
85dd6a9e87
@@ -586,7 +586,8 @@ export class Buffer implements IBuffer {
|
||||
}
|
||||
|
||||
/**
|
||||
* Clears markers on line @param y
|
||||
* Clears markers on single line.
|
||||
* @param y The line to clear.
|
||||
*/
|
||||
public clearMarkers(y: number): void {
|
||||
this._isClearing = true;
|
||||
|
||||
Reference in New Issue
Block a user