Skip to content

Commit

Permalink
Merge pull request xtermjs#4677 from Tyriar/fix_headless
Browse files Browse the repository at this point in the history
Fix headless types regression
  • Loading branch information
Tyriar authored Aug 14, 2023
2 parents 2437b68 + 62cf3d3 commit caa1223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/xterm-headless.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ declare module 'xterm-headless' {
* is trimmed and lines are added or removed. This is a single line that may
* be part of a larger wrapped line.
*/
export interface IMarker extends IDisposable {
export interface IMarker extends IDisposableWithEvent {
/**
* A unique identifier for this marker.
*/
Expand Down

0 comments on commit caa1223

Please sign in to comment.