helix-mods/helix-term
Ivan Tham 29b9eed33c Fix panic paint mysterious matching pair
When the matching pair is out of bounds it still paints it causing an
out of bound panic. A dirty fix since it still have some issue, at least
it does not panic now.
2021-06-04 09:25:03 +09:00
..
src Fix panic paint mysterious matching pair 2021-06-04 09:25:03 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml Dropped pico-args in favour of a simpler hand roller parser 2021-06-02 14:26:13 -05: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