You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/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>
2 years ago
..
crossterm.rs reverse the dependency between helix-tui and helix-view (#366) 3 years ago
mod.rs reverse the dependency between helix-tui and helix-view (#366) 3 years ago
test.rs Fix panics when resizing (#1408) 2 years ago