1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
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 tui: Constify functions, shrink Margin representation 2024-05-21 04:34:36 +09:00
.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.