Skip to content

popup: opacity popup over a terminal is not cleared when closed - #20848

Closed
mityu wants to merge 1 commit into
vim:masterfrom
mityu:fix-closing-opacity-popup-over-terminal
Closed

popup: opacity popup over a terminal is not cleared when closed#20848
mityu wants to merge 1 commit into
vim:masterfrom
mityu:fix-closing-opacity-popup-over-terminal

Conversation

@mityu

@mityu mityu commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

This PR fixes: #20846 .

Problem:  A semi-transparent (opacity) popup shown over a terminal window
          leaves its old cells on screen when it is closed.
Solution: When a semi-transparent popup is closed, trigger full redraw
          of underlying terminal windows.

Problem:  A semi-transparent (opacity) popup shown over a terminal window
          leaves its old cells on screen when it is closed.
Solution: When a semi-transparent popup is closed, trigger full redraw
          of underlying terminal windows.
@chrisbra

Copy link
Copy Markdown
Member

thanks

@chrisbra chrisbra closed this in 6c4bdf8 Jul 26, 2026
@mityu

mityu commented Jul 26, 2026

Copy link
Copy Markdown
Contributor Author

I'm sorry, I found that I forgot to include a small change in the test code to this PR. I'll create another PR soon 🙇

@mityu

mityu commented Jul 26, 2026

Copy link
Copy Markdown
Contributor Author

I opened a PR #20850 to add the missing change in the test code. Could you please take a look?

chrisbra pushed a commit that referenced this pull request Jul 27, 2026
Problem:  Missing test change from v9.2.0857
Solution: Update the test (mityu)

related: #20848
closes:  #20850

Signed-off-by: mityu <mityu.mail@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
@mityu
mityu deleted the fix-closing-opacity-popup-over-terminal branch July 28, 2026 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

popup: opacity popup over a terminal is not cleared after closed

2 participants