I have a fork that adds Windows support as well here https://github.com/kiennq/ghostel
It's bit messy now and contain more than just Windows support:
- Windows console support via conpty-module + optimization so that it can perform better than vterm on Windows.
- Dynamic reloading emacs module without restating Emacs via dyn-loader-module
- Offer to download prebuilt binary version with simpler version schema (based on min support version and module version), no need to use package to parse for version anymore
- Use only
build.zig for building, no need to use build.sh anymore
Do you think these are something that can be accepted here? I can clean up some parts as well
I have a fork that adds Windows support as well here https://github.com/kiennq/ghostel
It's bit messy now and contain more than just Windows support:
build.zigfor building, no need to usebuild.shanymoreDo you think these are something that can be accepted here? I can clean up some parts as well