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 #15

Open
rhysd opened this issue Mar 1, 2021 · 1 comment
Open

Windows support #15

rhysd opened this issue Mar 1, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@rhysd
Copy link
Owner

rhysd commented Mar 1, 2021

Continues from #9

kiro-editor currently only supports *nix enviornment. But it would be useful to support Windows. Recently Microsoft develops a new terminal Windows Terminal. I think it is a good terminal to be supported on Windows.

kiro-editor works on Windows subsystem for Linux (WSL) environment thanks to #11. But does not work on native Windows terminal.

I don't know details of Windows Terminal, but at least termios is not available. kiro-editor uses termios to enter stdin raw mode. We would need to use Win32 API (Windows console API?) instead.

@rhysd rhysd added the enhancement New feature or request label Mar 1, 2021
@quadroli
Copy link

Crossterm may be the answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants