Merge pull request #208471 from microsoft/tyriar/208470

Allow transparency in sticky scroll overlay
This commit is contained in:
Daniel Imms 2024-03-22 14:27:47 -07:00 committed by GitHub
commit 1b6b6c588e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -446,6 +446,7 @@ export class TerminalStickyScrollOverlay extends Disposable {
private _getOptions(): ITerminalOptions {
const o = this._xterm.raw.options;
return {
allowTransparency: true,
cursorInactiveStyle: 'none',
scrollback: 0,
logLevel: 'off',