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

Allow setting cursor blink for Terminal #598

Open
Gaming32 opened this issue Mar 2, 2024 · 3 comments
Open

Allow setting cursor blink for Terminal #598

Gaming32 opened this issue Mar 2, 2024 · 3 comments

Comments

@Gaming32
Copy link

Gaming32 commented Mar 2, 2024

The cursor blink can be configured for the terminal emulator by setting its device configuration on creation. However, it would be nice if this could be done for non-emulated terminals as well. xterm supports ?25l to disable blinking and ?25h to enable blinking. This is also supported on Windows's terminal when terminal emulation is enabled.

@Gaming32
Copy link
Author

Gaming32 commented Mar 2, 2024

I was able to fulfill my use case for now by manually writing the appropriate escape sequences to the console.

@mabe02
Copy link
Owner

mabe02 commented Mar 3, 2024

Yes, we should add that if it's part of the ANSI standard

@Gaming32
Copy link
Author

Gaming32 commented Mar 3, 2024

I'm not sure if it's part of the ANSI standard, but it is in xterm. Both Windows Command Prompt and GNOME Terminal work with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants