helix/helix-tui
2021-06-15 23:46:21 +08:00
..
src Add other cursor shape 2021-06-15 23:46:21 +08:00
tests
.gitignore
Cargo.toml Bump crossterm from 0.19.0 to 0.20.0 2021-06-14 17:36:47 +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 it's widget and layouting.