You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/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.
3 years ago
..
src Don't need getters/setters for line_ending property. 3 years ago
.gitignore Initial import. 5 years ago
Cargo.toml Re-export unicode crates from helix_core 3 years ago
README.md Initial import. 5 years ago

README.md

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

view -> selections etc -> cursor