Inline tui as helix-tui fork.

We only rely on some of the rendering primitives and implement our
Cursive-style compositor on top.
This commit is contained in:
Blaž Hrastnik 2021-05-09 17:52:55 +09:00
parent 6c705f09e8
commit 35606a3daa
31 changed files with 6200 additions and 25 deletions

View file

@ -3,6 +3,7 @@ members = [
"helix-core",
"helix-view",
"helix-term",
"helix-tui",
"helix-syntax",
"helix-lsp",
]