terminal style cursor
- Dominant language
- Rust
- Stars
- 30.6k
- Forks
- 2.1k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 67
Description
Please make sure there is not already a similar issue!
**Is your feature request related to a problem? Please describe.**
I am trying to replicate the thick block cursor in terminals using a multiline TextEdit, but when increasing the cursor width it doesn't shift the start of the cursor to the right.
Edit:
I guess a vim like cursor is more what I want. Being able to have the cursor like in normal mode or insert mode.
As you can see in the image below, the cursor overlaps with the last character.

Also the width of the cursor changes depending on whether text is inside the textedit or not.
With character

Without character

Fixing the first problem will probably fix the varying cursor width problem.
**Describe the solution you'd like**
The Cursor doesn't start at the center but at the leftmost point of the cursor.
Contributor guide
Assessment
This issue has not been assessed yet.