Remove _charSizeService access

This commit is contained in:
Daniel Imms 2024-04-01 10:01:02 -07:00
parent b6afddd5c5
commit cdbe485a21
No known key found for this signature in database
GPG key ID: E5CF412B63651C69

View file

@ -15,11 +15,6 @@ export interface IXtermCore {
_innerRefresh(): void;
};
_charSizeService: {
width: number;
height: number;
};
_inputHandler: {
_curAttrData: XtermAttributes;
};