Properties
Protected alternateScreenActive
alternateScreenActive: BehaviorSubject<boolean> = ...
Protected bell
bell: Subject<void> = ...
Protected contentUpdated
contentUpdated: Subject<void> = ...
Protected destroyed
destroyed: Subject<void> = ...
Protected dragOver
dragOver: Subject<DragEvent> = ...
Protected drop
drop: Subject<DragEvent> = ...
enableResizing
enableResizing: boolean = true
Protected injector
injector: Injector
Protected input
input: Subject<Buffer> = ...
Protected mouseEvent
mouseEvent: Subject<MouseEvent> = ...
Protected ready
ready: AsyncSubject<void> = ...
Protected title
title: ReplaySubject<string> = ...
Extend to add support for a different VT frontend implementation