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] WinPTY support for Windows < 1809 #8

Open
cocoa-xu opened this issue Mar 24, 2023 · 1 comment
Open

[Windows] WinPTY support for Windows < 1809 #8

cocoa-xu opened this issue Mar 24, 2023 · 1 comment
Labels
on-demand This issue won’t be worked on if there’s no demand. platform: windows

Comments

@cocoa-xu
Copy link
Owner

cocoa-xu commented Mar 24, 2023

Windows support is possible by utilizing the Windows conpty API on Windows 1809+ and the winpty library in older version.

As mentioned in microsoft/node-pty, Windows conpty API is only available after Windows 1809 (including), so for previous versions, we have to use WinPTY.

I'll add this support later, maybe in a month. It was traumatising when developing something on Windows.

@cocoa-xu
Copy link
Owner Author

It has almost been a year since I wrote down this issue, and now I think it's not necessary to implement this feature as Windows 1809 has already passed its eol date.

However, it's likely that there are still some people who are using these versions of Windows. Therefore, I decided to do this if there're people requesting this feature under this issue.

@cocoa-xu cocoa-xu added the on-demand This issue won’t be worked on if there’s no demand. label Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on-demand This issue won’t be worked on if there’s no demand. platform: windows
Projects
None yet
Development

No branches or pull requests

1 participant