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/helix-tui/src
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>
3 years ago
..
backend Fix panics when resizing (#1408) 3 years ago
widgets Fix panics when resizing (#1408) 3 years ago
buffer.rs Fix panics when resizing (#1408) 3 years ago
layout.rs reverse the dependency between helix-tui and helix-view (#366) 3 years ago
lib.rs reverse the dependency between helix-tui and helix-view (#366) 3 years ago
symbols.rs Inline tui as helix-tui fork. 3 years ago
terminal.rs Add ctrl-z to suspend 3 years ago
text.rs Bump rust to 1.57, fix new lint failures 3 years ago