mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 05:00:16 +00:00
3541a1175f
# Issue When a user does something that changes the cursor shape, such as when switching between vim modes, there may be an up to 500ms (cursor blink interval) delay until the user receives feedback for their action. This happens when the shape change happens during the invisible phase of a blink - the user will not see the cursor shape change until the next phase, which could be 500ms away. # Solution Cursor shape changes should disrupt blinking by forcing the cursor to be shown, this results in immediate feedback for shape changes. This is in line with the behavior of other editors I've tried. Release Notes: - Improved visual feedback when changing cursor shape |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |