-
Notifications
You must be signed in to change notification settings - Fork 32
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
Upgrade to Crossterm 0.14 #13
Comments
Please don't do a PR for that. I follow crossterm and every release involves a lot of tests and adaptations. I'll manage that myself. |
I did the migration. I also migrated broot (there was a lot to rewrite). |
Awesome, thanks. I'll try it out. |
Worked great! Now the docs view will updated when resized. |
Oh, my CI build found a compile error on Windows:
|
That seems to mean that the Windows version of the |
The |
I confirm the problem is related to the macro. If I comment some part, there's no more compilation problem on windows:
At this point I'm not sure of how to fix it. |
OK, found why the macro makes my code fail on windows and how to fix it.
is very different from
I'm fixing it. |
CI is happy again. Thanks. 👍 🎉 |
Crossterm 0.14 was just released and it has a new event system along with support for resize events. These are features I'd like to use in my project, but Termimad would need to update to 0.14 first.
Would it help if I were to submit a PR for this? I haven't yet looked into how hard that might be, but I'm thinking it would be simple.
The text was updated successfully, but these errors were encountered: