-
Notifications
You must be signed in to change notification settings - Fork 28
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
Windows support for tuikit? #13
Comments
Sorry for really late response. Basically tuikit uses the following UNIX specific features:
And you could find the related code at Unfortunately I'm not familiar with Windows's API. Sorry that I'll not add the support myself. PRs are welcome though. |
Seems like skim uses tuikit so it also doesn't work in windows. What about using existing libraries such as termwiz or crossterm that works in pure rust and is cross platform. Both supports non blocking as well as getting terminal size as well as resize events. TermWiz is also quite interesting as it has first class support for BufferredTerminal as well as Widgets. |
…does not support windows see skim-rs/tuikit#13 TakaakiFuruse/jump-kun#18
maybe a wrapper for windows that uses termwiz? |
Is here any chance of adding windows support to tuikit?
It seems to use a bunch of UNIX specific functionality?
The text was updated successfully, but these errors were encountered: