helix/helix-term/src
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
..
ui fix: 2 panics while setting style + off by 1 2021-06-07 09:15:08 +09:00
application.rs Add diagnostics keybindings 2021-06-07 09:11:52 +09:00
commands.rs Add diagnostics keybindings 2021-06-07 09:11:52 +09:00
compositor.rs Clippy lint 2021-06-03 10:31:14 +09:00
keymap.rs Add diagnostics keybindings 2021-06-07 09:11:52 +09:00
main.rs Install instructions and version number corrections (#148) 2021-06-07 09:14:06 +09:00