-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing termion for crossterm #24
Comments
I personally think we need to get rid of all of these dependencies to fundamentally solve the "rewriting in a new framework every 6 months" sickness of js developers. I'll see what we can do here. |
And before you Rust children go "boo-hoo, rewritting whole termion from scratch is hard, boo-hoo" just remember that we don't need the whole termion. |
Reopening bc I'm dumb and clicked the wrong buttons, sorry. |
I absolutely agree with that, I just think that with termion, you're too locked into the Linux space, while crossterm (or another option, dunno) can give more possibilities.
I also agree with that. Making it optional can mean that you can just use the framework you like more. |
As of 09/10/2023, Termion has no support for Windows.
As this looks like a project that shouldn't be attached to just Linux, I propose the use of Crossterm(Termion alternative) for the crossplatform.
By changing only changing that, the code would be accessible in any platform.
The text was updated successfully, but these errors were encountered: