helix-mods/helix-term
ahkrr c5c3ec07f4 fix: panicked at 'attempt to subtract with overflow'
helix-term/src/ui/editor.rs:275:29
This would happen when the window-size was to small to display the entire width and one would start jumping forwards with f<some_char> and the beginning of the highlighted area would end up outside of the window
2021-06-06 00:01:16 +09:00
..
src fix: panicked at 'attempt to subtract with overflow' 2021-06-06 00:01:16 +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