The cursor blinks again, but I can't tweak it

22 views
Skip to first unread message

Tony Mechelynck

unread,
2:41 AM (13 hours ago) 2:41 AM
to vim_dev, Christian Brabandt
The cursor blinks again, but with the following:

if has("gui_running")
set guicursor^=a:blinkwait100-blinkon300-blinkoff300
endif

or also with += instead of ^= (i.e. append rather then prepend) I
cannot make the cursor blink on and off equally long, it always blinks
on longer than off (as is the default) in all the modes I've tested;
and yet typing

:verbose set gcr?<Enter>

at the keyboard displays my own setting and the .vimrc line where I've set it.

Even adding my blinking preferences manually for each mode separately
after ":set gcr=?" doesn't work.

Best regards,
Tony.

Christian Brabandt

unread,
1:41 PM (2 hours ago) 1:41 PM
to vim...@googlegroups.com

On Do, 13 Aug 2026, Tony Mechelynck wrote:

> The cursor blinks again, but with the following:
>
> if has("gui_running")
> set guicursor^=a:blinkwait100-blinkon300-blinkoff300
> endif
>
> or also with += instead of ^= (i.e. append rather then prepend) I
> cannot make the cursor blink on and off equally long, it always blinks
> on longer than off (as is the default) in all the modes I've tested;
> and yet typing

Hm, I cannot seem to see this (but perhaps I can just not tell the
difference visually), for me after the initial blink, it seems to do
exactly what I entered via the guicursor setting.

Is this for the GTK2 or GTK3 UI?

Thanks,
Christian
--
Yes, many primitive people still believe this myth...But in today's technical
vastness of the future, we can guess that surely things were much different.
-- The Firesign Theater

Christoffer Aasted

unread,
3:08 PM (15 minutes ago) 3:08 PM
to vim_dev
Tested 9.2.956 gtk3 wl,x11 they seem identical with this caveat:

I noticed a hiccup that was consistent a few seconds after startup or after setting guicursor, however after that consistent. I'm looking into that.

Reply all
Reply to author
Forward
0 new messages