mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-06 21:44:32 +01:00
Remove _onKey access
This commit is contained in:
@@ -14,7 +14,6 @@ export interface IXtermCore {
|
||||
readonly scrollBarWidth: number;
|
||||
_innerRefresh(): void;
|
||||
};
|
||||
_onKey: IEventEmitter<{ key: string }>;
|
||||
|
||||
_charSizeService: {
|
||||
width: number;
|
||||
|
||||
Reference in New Issue
Block a user