helix/helix-tui
ZJPzjp 3b8c15618f
Fix warnings from clippy ()
* Fix warnings from clippy

* revert MAIN_SEPARATOR_STR
2023-05-11 14:44:52 +09:00
..
src Fix warnings from clippy () 2023-05-11 14:44:52 +09:00
tests Allow the area to be bigger than u16 (width and height remain u16) () 2022-10-26 12:00:13 +09:00
.gitignore
Cargo.toml
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.