1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
helix/helix-tui
2023-10-26 18:36:34 -05:00
..
src Use terminfo to reset terminal cursor style (#8591) 2023-10-26 18:36:34 -05:00
tests
.gitignore
Cargo.toml build(deps): bump crossterm from 0.26.1 to 0.27.0 2023-08-23 05:17:17 +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.