Skip to content

Reflow scrollback even when isWindows is enabled #4231

Open
@Tyriar

Description

@Tyriar

Reflow is currently disabled when isWindows is enabled, there's no reason we can't still reflow scrollbakc, just not in the viewport.

private get _isReflowEnabled(): boolean {
return this._hasScrollback && !this._optionsService.rawOptions.windowsMode;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions