-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Reflow scrollback even when isWindows is enabled #4231
Copy link
Copy link
Open
Labels
platform/windowstype/enhancementFeatures or improvements to existing featuresFeatures or improvements to existing features
Description
Reflow is currently disabled when isWindows is enabled, there's no reason we can't still reflow scrollbakc, just not in the viewport.
xterm.js/src/common/buffer/Buffer.ts
Lines 254 to 256 in a4f8b07
| private get _isReflowEnabled(): boolean { | |
| return this._hasScrollback && !this._optionsService.rawOptions.windowsMode; | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
platform/windowstype/enhancementFeatures or improvements to existing featuresFeatures or improvements to existing features