Remove _onKey access

This commit is contained in:
Daniel Imms
2024-04-01 10:00:42 -07:00
parent 28d47a5695
commit b6afddd5c5
@@ -14,7 +14,6 @@ export interface IXtermCore {
readonly scrollBarWidth: number;
_innerRefresh(): void;
};
_onKey: IEventEmitter<{ key: string }>;
_charSizeService: {
width: number;