helix/helix-tui
2024-08-07 04:30:38 +09:00
..
src tui: Port improvement from ratatui on crossterm 0.28 (https://github.com/ratatui-org/ratatui/pull/1072) 2024-08-07 04:30:38 +09:00
tests
.gitignore
Cargo.toml build(deps): bump the rust-dependencies group with 9 updates 2024-08-07 04:27:05 +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.