atuinsh / atuin

✨ Magical shell history
https://atuin.sh
MIT License
20.83k stars 561 forks source link

Switch to Crossterm TUI backend #283

Closed ellie closed 1 year ago

ellie commented 2 years 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 :)

conradludgate commented 2 years ago

I made a start in the `crossterm branch, but it's currently not working 100%

ellie commented 2 years ago

Hmmm I see, I wonder if it is listening to different escape codes or something. Perhaps it needs enabling 🤔