mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-06 05:14:41 +01:00
Add windowOptions to xtermTerminal
This commit is contained in:
@@ -235,6 +235,11 @@ export class XtermTerminal extends Disposable implements IXtermTerminal, IDetach
|
||||
overviewRulerWidth: 10,
|
||||
ignoreBracketedPasteMode: config.ignoreBracketedPasteMode,
|
||||
rescaleOverlappingGlyphs: config.rescaleOverlappingGlyphs,
|
||||
windowOptions: {
|
||||
getWinSizePixels: true,
|
||||
getCellSizePixels: true,
|
||||
getWinSizeChars: true,
|
||||
},
|
||||
}));
|
||||
this._updateSmoothScrolling();
|
||||
this._core = (this.raw as any)._core as IXtermCore;
|
||||
|
||||
Reference in New Issue
Block a user