lotabout / tuikit

Tool kit for writing TUI applications in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using "Crossterm" for native terminal access

Grueslayer opened this issue · comments

Did you thought about using "Crossterm" for accessing the terminal and removing the "sys/*" dependecies. So we can run that on Windows and have the nice Splits easily running.

Many structs and traits can be easily mapped.