aboutsummaryrefslogtreecommitdiffstats
path: root/src/tui/buffer.rs (follow)
Commit message (Collapse)AuthorAge
* Disable 2 tests that shouldn't run in release mode (#736)cyqsimon2023-02-27
| | | | | These tests expect `debug_assert!` to panic: - `pos_of_panics_on_out_of_bounds` - `index_of_panics_on_out_of_bounds`
* crossterm support (#331)Conrad Ludgate2023-02-10
* crossterm v2 * patch crossterm * fix-version * no more tui dependency * lints