kiro-editor
kiro-editor copied to clipboard
Windows support
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.
Crossterm may be the answer