helix/helix-tui
Michael Davis 79bf5e3094 Update crossterm to 0.26.1
Crossterm 0.26.x includes a breaking change for the command to set the
cursor shape. This commit includes a change which uses the new type.
2023-02-28 12:35:52 +09:00
..
src Update crossterm to 0.26.1 2023-02-28 12:35:52 +09:00
tests
.gitignore
Cargo.toml Update crossterm to 0.26.1 2023-02-28 12:35:52 +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.