helix/helix-tui
dependabot[bot] 6043c3c3db
build(deps): bump bitflags from 2.2.1 to 2.3.1 (#7117)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 14:19:50 +09:00
..
src Fix warnings from clippy (#7013) 2023-05-11 14:44:52 +09:00
tests
.gitignore
Cargo.toml build(deps): bump bitflags from 2.2.1 to 2.3.1 (#7117) 2023-05-23 14:19:50 +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.