1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
helix/helix-tui
Nathan Vegdahl 4efd6713c5 Work on moving code over to LineEnding instead of assuming '\n'.
Also some general cleanup and some minor fixes along the way.
2021-06-20 15:33:02 -07:00
..
src Work on moving code over to LineEnding instead of assuming '\n'. 2021-06-20 15:33:02 -07:00
tests
.gitignore
Cargo.toml Work on moving code over to LineEnding instead of assuming '\n'. 2021-06-20 15:33:02 -07: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.