Using new SGR codes and resizing the terminal window after leads to incorrect rendering #9757

Closed
opened 2026-01-31 02:03:06 +00:00 by claunia · 2 comments
Owner

Originally created by @vblazhkun on GitHub (Jul 22, 2020).

Environment

Windows build number: 10.0.18363.0
Windows Terminal version (if applicable): 1.2.2022.0

Any other software? WSL Ubuntu

Steps to reproduce

  1. $ echo -e '\e[53mTEST\e[55m'

  2. Resize (maximize) the terminal window.

Expected behavior

image

Actual behavior

image

Originally created by @vblazhkun on GitHub (Jul 22, 2020). # Environment ```none Windows build number: 10.0.18363.0 Windows Terminal version (if applicable): 1.2.2022.0 Any other software? WSL Ubuntu ``` # Steps to reproduce 1. `$ echo -e '\e[53mTEST\e[55m'` 2. Resize (maximize) the terminal window. # Expected behavior ![image](https://user-images.githubusercontent.com/7956686/88236670-2e23bf00-cc86-11ea-846e-4c4131676ce8.png) # Actual behavior ![image](https://user-images.githubusercontent.com/7956686/88236686-3a0f8100-cc86-11ea-968f-ff455cd2e5a2.png)
claunia added the Resolution-Duplicate label 2026-01-31 02:03:06 +00:00
Author
Owner

@DHowett commented on GitHub (Jul 23, 2020):

Thanks for the report!
This is another instance of #32 (holy wow, look at that low number!)

https://github.com/microsoft/terminal/issues/32#issuecomment-334814519

since we're sharing the buffer code with the console host, the same issue applies 😄

/dup #32

@DHowett commented on GitHub (Jul 23, 2020): Thanks for the report! This is another instance of #32 (holy wow, look at that low number!) https://github.com/microsoft/terminal/issues/32#issuecomment-334814519 since we're sharing the buffer code with the console host, the same issue applies :smile: /dup #32
Author
Owner

@ghost commented on GitHub (Jul 23, 2020):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Jul 23, 2020): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9757