helix/helix-tui/src/backend
Mathis Brossier f5b0821860
Fix panics when resizing (#1408)
* Change buffer.get & buffer.get_mut to return Option, Implement Trait Index & IndexMut to panic

* Prevent FilePicker from drawing outside buffer (rust panics)

* apply suggestion

* add function in_bounds to avoid useless calculations

Co-authored-by: mathis <mathis.brossier@universite-paris-saclay.fr>
2022-01-16 10:55:28 +09:00
..
crossterm.rs reverse the dependency between helix-tui and helix-view (#366) 2021-06-25 12:58:15 +09:00
mod.rs reverse the dependency between helix-tui and helix-view (#366) 2021-06-25 12:58:15 +09:00
test.rs Fix panics when resizing (#1408) 2022-01-16 10:55:28 +09:00