helix-mods/helix-term
Ivan Tham 124514aa70 Add cursor kind to separate hidden cursor from pos
Now IME cursor position should be correct since we can still set cursor
position without drawing the cursor.
2021-06-15 23:46:21 +08:00
..
src Add cursor kind to separate hidden cursor from pos 2021-06-15 23:46:21 +08:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml Bump once_cell from 1.7.2 to 1.8.0 (#255) 2021-06-14 17:46:12 +09:00
README.md Initial import. 2020-05-20 18:14:51 +09:00

window -> buffer -> text -> contains "view", a viewport into the buffer

view -> selections etc -> cursor