helix-mods/helix-term
Nathan Vegdahl 714002048c Don't need getters/setters for line_ending property.
It's plain-old-data.  If we want to do fancier things later, it's
easy to switch back.
2021-06-21 09:52:21 -07:00
..
src Don't need getters/setters for line_ending property. 2021-06-21 09:52:21 -07:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml Re-export unicode crates from helix_core 2021-06-20 16:38:58 +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