1
0
mirror of https://github.com/helix-editor/helix synced 2024-09-28 03:09:41 +02:00
helix/helix-tui
2021-06-03 10:28:49 +09:00
..
src Fix split sizes getting out of sync with the terminal size, refs #69 2021-06-03 10:28:49 +09:00
tests
.gitignore
Cargo.toml Add the LICENSE file. 2021-05-11 01:44:00 +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 it's widget and layouting.