helix/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
Cargo.toml Dropped pico-args in favour of a simpler hand roller parser 2021-06-02 14:26:13 -05:00
README.md

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

view -> selections etc -> cursor