mgunyho / tere

Terminal file explorer
European Union Public License 1.2
1.67k stars 36 forks source link

Handle inputs using crossterm #12

Closed mgunyho closed 3 years ago

mgunyho commented 3 years ago

Much better than curses, especially with things involving alt.

Should consider switching the window drawing to crossterm also to get completely rid of curses. That would better justify all the deps crossterm brings in. But that's for later.