Skip to content
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 via ConPTY #12

Open
sagebind opened this issue Jul 28, 2019 · 0 comments
Open

Windows support via ConPTY #12

sagebind opened this issue Jul 28, 2019 · 0 comments
Labels
feature shell Issues related to the Riptide shell

Comments

@sagebind
Copy link
Owner

sagebind commented Jul 28, 2019

I don't want to compromise Riptide's asynchronous design by introducing dirty hacks in order to support Windows, but it would be cool for Riptide to work as a native Windows shell, as there's a poor few number of shells for it.

The old Win32 APIs for console applications does not allow asynchronous operation, but the new ConPTY API in Windows 10 does. We could build on top of that in order to have first-class WIndows support.

@sagebind sagebind added feature shell Issues related to the Riptide shell labels Jul 28, 2019
@sagebind sagebind changed the title Windows support via ConPty Windows support via ConPTY Jul 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature shell Issues related to the Riptide shell
Projects
None yet
Development

No branches or pull requests

1 participant