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

how to change cursorStyle? (to turn off blinking) #61

Open
hyperpallium opened this issue Oct 6, 2018 · 0 comments
Open

how to change cursorStyle? (to turn off blinking) #61

hyperpallium opened this issue Oct 6, 2018 · 0 comments

Comments

@hyperpallium
Copy link

hyperpallium commented Oct 6, 2018

Inspecting xtermjs source, does seem to implement DECSCUSR \e[# q (where # is [0-7], \e[2 q is a steady block) in InputHandler.ts, but it has no effect in the single.py demo.

How to make echo -e '\e[2 q' work? (equivalent to \033[2 q, or \x1b[2 q)

Or some other way so the cursor doesn't blink.

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

1 participant