helix/helix-tui
Jonatan Pettersson d479adfdc6
Add undercurl config option #6196 (#6253)
If set to 'true' this option will force terminal undercurl support.
2023-03-14 11:53:38 +09:00
..
src Add undercurl config option #6196 (#6253) 2023-03-14 11:53:38 +09:00
tests
.gitignore
Cargo.toml tui: Cache the keyboard enhancement check 2023-03-08 10:49:32 +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.