Closed swolchok closed 2 years ago
terminal.rs explicitly uses terminfo, which isn't going to work on Windows conhost terminals.
we've changed to crossterm and it seems to have code to do this properly. closing. https://github.com/crossterm-rs/crossterm/blob/f909b3db954fd47a7d1f04a55dd7f75ca058ffb5/src/terminal/sys/windows.rs
terminal.rs explicitly uses terminfo, which isn't going to work on Windows conhost terminals.