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>
2022-01-16 10:55:28 +09:00
..
backend Fix panics when resizing (#1408) 2022-01-16 10:55:28 +09:00
widgets Fix panics when resizing (#1408) 2022-01-16 10:55:28 +09:00
buffer.rs Fix panics when resizing (#1408) 2022-01-16 10:55:28 +09:00
layout.rs reverse the dependency between helix-tui and helix-view (#366) 2021-06-25 12:58:15 +09:00
lib.rs reverse the dependency between helix-tui and helix-view (#366) 2021-06-25 12:58:15 +09:00
symbols.rs Inline tui as helix-tui fork. 2021-05-09 17:52:55 +09:00
terminal.rs Add ctrl-z to suspend 2021-08-03 09:32:21 +09:00
text.rs Bump rust to 1.57, fix new lint failures 2021-12-03 12:48:07 +09:00