pflenker / hecto-tutorial

Build your own text editor in Rust

Home Page:https://www.flenker.blog/hecto/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider using crossterm instead of termion

tobiasvl opened this issue · comments

The tutorial currently uses termion, which is not cross platform. There is even a warning that the tutorial doesn't work on Windows. However, crossterm is cross platform and would perhaps be a good choice for a tutorial?

Of course this would require adapting the tutorial, so it's a pretty big task.

Thanks for pointing it out! I unfortunately don't have the time to update/rewrite the tutorial, but at least I am now pointing out the alternative in the text.