[vim/vim] GTK3 GUI: the cursor does not blink (after 9.2.0897) (PR #21012)
h_east (Vim Github Repository) <[email protected]> Tue, 11 Aug 2026 13:13:57 -0700
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/pull/[email protected]> |
```
Problem: In the GTK3 GUI the cursor stops blinking: after the blinkwait
time the cursor stays visible and never toggles.
Solution: Flush the pending drawing from the blink callbacks for GTK3 as
well, so that the redraw is queued right away. Also fix the
indent of the GTK2 branch of gui_mch_flush() and drop the
redundant return.
```
fixes: #20983
You can view, comment on, or merge this pull request online at:
https://github.com/vim/vim/pull/21012
-- Commit Summary --
* GTK3 GUI: the cursor does not blink
-- File Changes --
M src/gui_gtk_x11.c (9)
-- Patch Links --
https://github.com/vim/vim/pull/21012.patch
https://github.com/vim/vim/pull/21012.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/vim/vim/pull/21012
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/21012%40github.com.