kiro-editor icon indicating copy to clipboard operation
kiro-editor copied to clipboard

Windows support

Open rhysd opened this issue 3 years ago • 1 comments

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 avatar Mar 01 '21 11:03 rhysd

Crossterm may be the answer

quadroli avatar Apr 13 '21 17:04 quadroli