blob: 5cc80aa652b5848cbac068b6e12f36cf47efd762 (
plain) (
blame)
1
2
3
4
5
6
|
# helix-tui
This library is a fork of the great library
[tui-rs](https://github.com/fdehau/tui-rs/). We've mainly relied on the double
buffer implementation and render diffing, side-stepping its widget and
layouting.
|