helix-mirror/helix-term
ahkrr e2d780f993 fix: 2 panics while setting style + off by 1
The panics would occur because set_style 
would draw outside of the the surface. 
Both occured using `find_prev` or `till_prev`
In my case the first panic! would appear
in a terminal with around 80 columns 
in helix/README.md going to the end of the file
with `geglf(`
the second with `geglfX`
The off by one fix ensures that `find_nth_prev` 
starts at the first character to the left
2021-06-07 09:15:08 +09:00
..
src fix: 2 panics while setting style + off by 1 2021-06-07 09:15:08 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml Install instructions and version number corrections (#148) 2021-06-07 09:14:06 +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