[vim/vim] popup: opacity popup over a terminal is not cleared when closed (PR #20848)
mityu (Vim Github Repository) <[email protected]>
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/pull/[email protected]> |
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.
```
You can view, comment on, or merge this pull request online at:
https://github.com/vim/vim/pull/20848
-- Commit Summary --
* popup: opacity popup over a terminal is not cleared when closed
-- File Changes --
M src/popupwin.c (11)
A src/testdir/dumps/Test_popupwin_opacity_term_close_1.dump (12)
A src/testdir/dumps/Test_popupwin_opacity_term_close_2.dump (12)
M src/testdir/test_popupwin.vim (44)
-- Patch Links --
https://github.com/vim/vim/pull/20848.patch
https://github.com/vim/vim/pull/20848.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/vim/vim/pull/20848
You are receiving this because you are subscribed to this thread.
Message ID: <vim/vim/pull/[email protected]>
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/vim_dev/vim/vim/pull/20848%40github.com.