Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Blinking Block NOR, INS, or SEL mode caret / cursor #6457

Open
AddictArts opened this issue Mar 27, 2023 · 3 comments
Open

A Blinking Block NOR, INS, or SEL mode caret / cursor #6457

AddictArts opened this issue Mar 27, 2023 · 3 comments
Labels
C-enhancement Category: Improvements S-waiting-on-review Status: Awaiting review from a maintainer.

Comments

@AddictArts
Copy link

On Windows it may only be that the block does not blink. The bar does blink for example in INS and config setup that way.

It would be nice to have in NOR for my config a blinking cursor, which enable finding it easier. It would also be nice if it stopped blinking when its terminal does not have focus.

@AddictArts AddictArts added the C-enhancement Category: Improvements label Mar 27, 2023
@archseer
Copy link
Member

This is a terminal limitation. We can't control the cursor behaviour.

@AddictArts
Copy link
Author

This is a terminal limitation. We can't control the cursor behaviour.

Maybe, I'm not convinced at least for Windows Terminal preview. I've added to the settings this:

    "profiles": 
    {
        "defaults": 
        {
		"cursorShape": "filledBox",

After which the cursor was solid and blinked. So, it should be available since Helix actually turns the blink off, but my understanding is it uses its own cursor render, so maybe not the terminal?

@mjf
Copy link

mjf commented Apr 3, 2023

This is a terminal limitation. We can't control the cursor behaviour.

You actually touch cursor quite a lot (reseting it's shape), see #6565.

@kirawi kirawi added the S-waiting-on-review Status: Awaiting review from a maintainer. label Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Improvements S-waiting-on-review Status: Awaiting review from a maintainer.
Projects
None yet
Development

No branches or pull requests

4 participants