riptide icon indicating copy to clipboard operation
riptide copied to clipboard

Windows support via ConPTY

Open sagebind opened this issue 4 years ago • 0 comments

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 avatar Jul 28 '19 03:07 sagebind