Closed ellie closed 1 year ago
tui has switched to crossterm as the default, instead of termion
The reasoning given is here: https://github.com/fdehau/tui-rs/pull/553
I think it's pretty reasonable, and would probably make sense for us to switch too. Especially for the extra platform support :)
I made a start in the `crossterm branch, but it's currently not working 100%
`crossterm
Hmmm I see, I wonder if it is listening to different escape codes or something. Perhaps it needs enabling 🤔
tui has switched to crossterm as the default, instead of termion
The reasoning given is here: https://github.com/fdehau/tui-rs/pull/553
I think it's pretty reasonable, and would probably make sense for us to switch too. Especially for the extra platform support :)