helix/helix-tui
2022-08-22 10:29:30 +09:00
..
src Reuse menu::Item trait in picker (#2814) 2022-07-02 13:21:27 +02:00
tests
.gitignore
Cargo.toml Update to crossterm-0.25 (#3390) 2022-08-22 10:29:30 +09:00
README.md

helix-tui

This library is a fork of the great library tui-rs. We've mainly relied on the double buffer implementation and render diffing, side-stepping its widget and layouting.