-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Milestone
Description
We need to make BufferNamespaceApi a disposable and register the events:
xterm.js/src/common/public/BufferNamespaceApi.ts
Lines 15 to 16 in c3def09
| private readonly _onBufferChange = new EventEmitter<IBufferApi>(); | |
| public readonly onBufferChange = this._onBufferChange.event; |
Reactions are currently unavailable