Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix terminal widget flickering on resize #12587

Merged
merged 1 commit into from
Jun 1, 2023

Conversation

msujew
Copy link
Member

@msujew msujew commented Jun 1, 2023

What it does

Closes #12280
Closes #12320

Debounces the terminal resize call in order to prevent unnecessary resizing which causes flickering.

How to test

See #12280 and observe that the flickering isn't exhibited any longer.

Review checklist

Reminder for reviewers

@msujew msujew added the terminal issues related to the terminal label Jun 1, 2023
Copy link
Member

@vince-fugnitto vince-fugnitto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can confirm that the flickering is fixed 👍
I'd maybe add the original author as a co-author if possible.

@msujew msujew merged commit 0caea2c into master Jun 1, 2023
@msujew msujew deleted the msujew/debounce-terminal-resize branch June 1, 2023 13:18
@github-actions github-actions bot added this to the 1.39.0 milestone Jun 1, 2023
dankeboy36 added a commit to dankeboy36/arduino-ide that referenced this pull request Jun 27, 2023
Ref: eclipse-theia/theia#12587
Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
kittaakos pushed a commit to arduino/arduino-ide that referenced this pull request Jul 5, 2023
Ref: eclipse-theia/theia#12587
Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
terminal issues related to the terminal
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Terminal widget blink when resizing
2 participants