cursor style and blinking #233
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Please add cursor style and blinking
cursor style classic: underline, bar (for insert/replace-mode)
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
I believe that supporting different cursor shapes is a good idea. I'm not sure about blinking cursor. Currently the cursor is part of the terminal texture, so updating it would cause the entire scene to be redrawn (quite heavy).
Does that mean any time we type anything the whole scene is redrawn?
I have implemented this functionality in #540.
That's a valid point but the cursor does only blink if the window is focused and in this case, the user is probably typing anyway which also casts redraws. Also, the 500 ms default blink interval is much longer than the ones of most other effects.