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

12 views
Skip to first unread message

Tony Mechelynck

unread,
2:41 AM (12 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 (1 hour 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
Reply all
Reply to author
Forward
0 new messages